Impedance Class bug

Anything that doesn't fit elsewhere.
Post Reply
afc
Posts: 23
Joined: Tue Jul 08, 2014 1:31 pm

Impedance Class bug

Post by afc »

Dear all,

after updating to NEURON version 7.3-1, I am no longer able to compute the impedance class while taking into account the impedance contributions of gating state differential equations. Every time I try to do so, a "segmentation violation" warning appears, and this happens when I am running code that worked without problems before I made the update. I even tried to test this problem with available models in the modelDB, and the error is reproducible with those models as well.

I do not know if this is a bug from the new version, or if some modifications must be done to the code in order to cope with new version.

Thank you all!

(Ps: all mechanisms used in my models are CVode compatible)
ted
Site Admin
Posts: 6289
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

Re: Impedance Class bug

Post by ted »

Did you recompile the mod files?
Do any of them use METHOD euler?
Why use 7.3? It's ancient. Either compile from the latest repository sources, or use the most recent alpha installer you can get from http://www.neuron.yale.edu/ftp/neuron/versions/alpha/
Post Reply