You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where the 4th argument is -1, but in the MOD2C equivalent 0 is passed. This does not appear to have any effect on whether the tests pass, but it would be good to understand if this difference is a bug or not.
In the
nrn_init_...method generated by NMODL for, for example, Gfluct3.mod there is a callwhere the 4th argument is
-1, but in the MOD2C equivalent0is passed. This does not appear to have any effect on whether the tests pass, but it would be good to understand if this difference is a bug or not.