ANNarchyException: Can not analyse tau * dv/dt = -v + Vleak -1/gleak * tau*(JgabaE*g_gaba+JampaE*g_ampa+JampaExtE*g_ampaExt)
Or with setup(method='midpoint')
ks[name] = Global.config['precision'] + ' _k_' + name + ' = ' + ccode(evaluation[0]) + ';'
IndexError: list index out of range
For the first error I could not find information on how differential equations should be written to be Parsed correctly for a particular method (besides the general rules provided in the documentation), do you think the issue is related to that?
For the second error, it seems some setup variables are undefined by default, are there more details on which variables to setup for a given method?
I get this issue with both rate and spiking models.
Many thanks,
Michel