Closed dionperd closed 1 year ago
Corrected sorting of empty spiking events in data_structures_utils.py in tvb_contrib
data_structures_utils.py
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.
Corrected sorting of empty spiking events in
data_structures_utils.py
intvb_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.