NeuralEnsemble / pype9

Python pipelines to simulate and manipulate neuronal models, and networks thereof, described in NineML (http://nineml.net)
MIT License
3 stars 7 forks source link

Simulation time variable t not offset in dynamics function #39

Open tclose opened 9 years ago

tclose commented 9 years ago

The simulation time variable t is not set correctly in dynamics function of the NEST code generation, as it is relative to the current current lag (i.e. within the current step) rather than the start of the simulation.

Although probably not many models will use the time directly in the dynamic equations

tclose commented 8 years ago

Actually, I am not sure whether using t in ODEs is valid 9ML

tclose commented 6 years ago

Created an issue in the spec repo here, https://github.com/INCF/nineml-spec/issues/113