[Solved] Disabling NEURON warnings
Posted: Wed Jan 09, 2019 3:41 pm
The error message is below:
I am trying to compute the ISI by deriving the vector, and it's encased in a try/except clause, so no worries if it fails. Is there a way to silence this warning?
I searched the NEURON forums, but couldn't find something on this topic. Thanks.
Code: Select all
1 NEURON: Can't take derivative of Vector with less than two points
1 near line 0
1 ^
I searched the NEURON forums, but couldn't find something on this topic. Thanks.