How can I probe datas without the program ending in a deadlock #864
Replies: 1 comment
-
Apparently, it came from the fact I initialized m.best as an array of arrays instead of an array of float. Still, it would have been welcome to have an excplicit typing error instead of the program just running indefinitely. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I add the line under the comment, my program starts running but for only one step, which I assume might be caused by some sort of deadlock. I don't understand how I am meant to probe datas to analyze then. Half of my programs have this problem, while others seems to run fine with this way of using Monitors. Is there a better way to use monitors ?
The program implements a graph from the matrix Q, where each vertices are represented by a "MyLIF" neuron. The "Mediator" neuron is there to track the overall state of all "MyLIF" neurons, and it is its datas that I am trying to get.
Beta Was this translation helpful? Give feedback.
All reactions