nest / nestml

A domain specific language for neuron and synapse models in spiking neural network simulation
GNU General Public License v2.0
48 stars 45 forks source link

Make integers and bools recordable #986

Open clinssen opened 1 year ago

clinssen commented 1 year ago

By default, only real-valued quantities are recordable. We should probably extend this to integers and booleans.

pnbabu commented 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.