You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment spiking results are stored as Neo SpikeTrain with the senders saved in the annotations dictionary.
Unfortunately, this dictionary is not sorted when two SpikeTrain object are merged together: see SpikeTrain.merge
Instead we should store the senders in the arrays_annotations
The text was updated successfully, but these errors were encountered:
At the moment spiking results are stored as Neo
SpikeTrain
with thesenders
saved in theannotations
dictionary.Unfortunately, this dictionary is not sorted when two
SpikeTrain
object are merged together: seeSpikeTrain.merge
Instead we should store the
senders
in thearrays_annotations
The text was updated successfully, but these errors were encountered: