Skip to content

Commit a91fd01

Browse files
authored
Revert accidental inclusion of interval list change
1 parent 5d7ab71 commit a91fd01

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)