nest / nestml

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

Make integers and bools recordable #986

Open clinssen opened 11 months ago

clinssen commented 11 months ago

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

Fix the documentation on this as well.

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