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
For an atom using Atom.array(fmt, count=info.a), info.a will not be updated with the length of the array when automatically compiled. It will retain its original value.
For an atom using
Atom.array(fmt, count=info.a)
,info.a
will not be updated with the length of the array when automatically compiled. It will retain its original value.Problematic code:
rawdb/elements/atom/valence.py
Line 327 in e6fee4b
atomic
will point toinfo
and not the atomic of the array, so it will fail the lookup and use the original value.The text was updated successfully, but these errors were encountered: