BlueBrain / BlueCelluLab

Biologically detailed neural network simulations and analysis API
https://bluecellulab.readthedocs.io/en/latest/
Other
8 stars 12 forks source link

celsius and v_init can be defined by neuron or within the template, enable it #153

Closed anilbey closed 3 months ago

anilbey commented 3 months ago

https://github.com/BlueBrain/BlueCelluLab/blob/8bfa9b516d9459498042795c7f85f9584b88736e/bluecellulab/simulation/simulation.py#L91

This one is overriding the values of neuron.h.celsius & neuron.h.v_init. We do not always want to do it.

anilbey commented 3 months ago

Celsius yes but v_init is a property of the cell that is coming from the cell's hoc file.

anilbey commented 3 months ago

v_init is also addressed in #154

anilbey commented 3 months ago

Implemented via #154