Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed May 10, 2024
1 parent bb0de4f commit 696e6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/core/zarrextractors.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def __init__(self, folder_path: Path | str, storage_options: dict | None = None)
time_kwargs = {}
time_vector = self._root.get(f"times_seg{segment_index}", None)
if time_vector is not None:
time_kwargs["time_vector"] = time_vector
time_kwargs["time_vector"] = time_vector[:]
else:
if t_starts is None:
t_start = None
Expand Down

0 comments on commit 696e6e1

Please sign in to comment.