the-virtual-brain / tvb-root

Main TVB codebase
https://thevirtualbrain.org
Other
123 stars 105 forks source link

tvb-contrib fix in data_structures_utils.py #632

Closed dionperd closed 1 year ago

dionperd commented 1 year ago

Corrected sorting of empty spiking events in data_structures_utils.py in tvb_contrib

There was a bug for empty events dictionaries.

I corrected it for creating a sorted but empty event dictionary, e.g., when we have the indices of the neurons but none of them fired any spike.

The examples run OK.