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
Some more of the python classess (e.g. FieldMngtClass) still need to be changed into namedtuples.
numba structref currently does not support getting or mutating attributes inside purely python code. This is neccessary for the NewCond data structure as this needs to be accessed and mutated inside both python and AOT compiled code.
The text was updated successfully, but these errors were encountered:
Some more of the python classess (e.g. FieldMngtClass) still need to be changed into namedtuples.
numba structref currently does not support getting or mutating attributes inside purely python code. This is neccessary for the NewCond data structure as this needs to be accessed and mutated inside both python and AOT compiled code.
The text was updated successfully, but these errors were encountered: