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.
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.