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
I'm not sure if 400is supposed to be 0x400 and then binary anded with detailed_axon.
Since KEEP_AXON_FLAG isn't referenced any else in the code, I'm not sure what the purpose of the and is, since 400 is always true.
Perhaps there is something in hoc somewhere?
The text was updated successfully, but these errors were encountered:
I saw this, and I am confused:
neurodamus/neurodamus/metype.py
Line 161 in 75e9163
I'm not sure if
400
is supposed to be0x400
and then binaryand
ed withdetailed_axon
.Since
KEEP_AXON_FLAG
isn't referenced any else in the code, I'm not sure what the purpose of theand
is, since400
is always true.Perhaps there is something in hoc somewhere?
The text was updated successfully, but these errors were encountered: