Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
On --debug install a hook for NGV to show neuro-glial "spikes" (#137)
## Context We want to improve the ability to debug NGV simulations. ## Scope In the process of debugging, installing a hook to display "spikes" to astrocytes was a game changer. We add that to neurodamus, and activate it on `--debug` ## Testing We get output like ``` [gid=32589] Got Ustate netcon event. Spiking via v-gid: 41910603 [gid= 1881] Got Ustate netcon event. Spiking via v-gid: 2426894 ``` during simulation time, which clearly show which target cells generate signals to astrocytes over which virtual gid. ## Review * [x] PR description is complete * [x] Coding style (imports, function length, New functions, classes or files) are good * [NA] Unit/Scientific test added * [NA] Updated Readme, in-code, developer documentation
- Loading branch information