simetenn / uncertainpy

Uncertainpy: a Python toolbox for uncertainty quantification and sensitivity analysis, tailored towards computational neuroscience.
http://uncertainpy.readthedocs.io
GNU General Public License v3.0
220 stars 50 forks source link

Neuronsimulator #37

Closed Mikkolehtimaki closed 4 years ago

Mikkolehtimaki commented 4 years ago

This commits allow specifying a record_from parameter to NeuronModel, so that it is possible to analyze models that don't have a compartment named soma. Default behavior is the same as used to be, because record_from='soma' is the default value of the parameter.