NeuroML / pyNeuroML

A single package in Python unifying scripts and modules for reading, writing, simulating and analysing NeuroML2/LEMS models.
https://docs.neuroml.org/Userdocs/Software/pyNeuroML.html
GNU Lesser General Public License v3.0
34 stars 30 forks source link

Feat/chan den analysis #242

Closed sanjayankur31 closed 10 months ago

sanjayankur31 commented 10 months ago

TODO: handle the H function. It needs to be replaced by sympy's Heaviside function, but by default, H(0)=0.5 in sympy, so I've got to figure out how to replace H(x) with Heaviside(x, 0).