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
gives: AttributeError: 'int' object has no attribute 'size'
File "/workspaces/qutes_lang/src/grammar_frontend/literal.py", line 43, in visitArray
array_symbol = self.variables_handler.declare_anonymous_variable(array_type, QuantumArrayType(unit_type, terms), ctx.start.tokenIndex)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/workspaces/qutes_lang/src/symbols/types/quantum_array_type.py", line 9, in __init__
super().__init__(unit_type, sum([a.value.size for a in array]))
The text was updated successfully, but these errors were encountered:
gives:
AttributeError: 'int' object has no attribute 'size'
The text was updated successfully, but these errors were encountered: