You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, parser confuses @ symbol in Python code embedded either in context or objective as a language symbol.
We should ignore the @ symbols within code blocks:
# a and b are numpy arraysres=a @ b
The text was updated successfully, but these errors were encountered:
Right now, parser confuses
@
symbol in Python code embedded either in context or objective as a language symbol.We should ignore the
@
symbols within code blocks:The text was updated successfully, but these errors were encountered: