Open clinssen opened 1 year ago
We discussed this in one of the previous NEST hackathons. Currently, NEST only supports double
values in the RecordablesMap
, and to support other types, we would have to extend the RecordablesMap
and the UniversalDataLogger
to support those types.
By default, only real-valued quantities are recordable. We should probably extend this to integers and booleans.
iaf_psc_exp_nonlineardendrite_neuron.nestml
(and the sequence learning tutorial notebook)