Skip to content

Commit fa4682a

Browse files
committed
Merge branch 'misc_fixes' of https://github.com/LorenFrankLab/spyglass into misc_fixes
2 parents e459dce + a91fd01 commit fa4682a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spyglass/common/common_interval.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def interval_list_contains_ind(interval_list, timestamps):
245245
)
246246
)
247247
).tolist()
248-
return np.unique(np.asarray(ind))
248+
return np.asarray(ind)
249249

250250

251251
def interval_list_contains(interval_list, timestamps):

0 commit comments

Comments
 (0)