Skip to content

Commit

Permalink
Patch for neuroconv (#2245)
Browse files Browse the repository at this point in the history
* sorting tools imports

* patch for neuroconv
  • Loading branch information
h-mayorquin authored Nov 23, 2023
1 parent 48a543e commit 4b10e37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/spikeinterface/core/sorting_tools.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
from __future__ import annotations
import numpy as np


def spike_vector_to_spike_trains(spike_vector: list[np.array], unit_ids: np.array) -> dict[dict]:
def spike_vector_to_spike_trains(spike_vector: list[np.array], unit_ids: np.array) -> dict[dict[str, np.array]]:
"""
Computes all spike trains for all units/segments from a spike vector list.
Expand Down

0 comments on commit 4b10e37

Please sign in to comment.