@dylanmuir found a problem where CuBaLIF neurons would have an input_type of [] instead of [1] when exporting to NIR (https://github.com/neuromorphs/NIR/pull/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.
Description
@dylanmuir found a problem where CuBaLIF neurons would have an
input_type
of[]
instead of[1]
when exporting to NIR (https://github.com/neuromorphs/NIR/pull/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.