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
@DylanMuir found a problem where CuBaLIF neurons would have an input_type of [] instead of [1] when exporting to NIR (neuromorphs/NIR#107). There is a PR pending in the NIR codebase, but it would be good to adhere to the convention that all neuron types are array-valued instead of scalar-valued to avoid erroneous parsing and misconfiguration.
The text was updated successfully, but these errors were encountered:
Description
@DylanMuir found a problem where CuBaLIF neurons would have an
input_type
of[]
instead of[1]
when exporting to NIR (neuromorphs/NIR#107). There is a PR pending in the NIR codebase, but it would be good to adhere to the convention that all neuron types are array-valued instead of scalar-valued to avoid erroneous parsing and misconfiguration.The text was updated successfully, but these errors were encountered: