Skip to content

Commit 077df98

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2b11dfd commit 077df98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/nwbinspector/checks/_tables.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,9 +323,9 @@ def check_units_table_duration(
323323
# Check for spike_times column (Units table)
324324
if "spike_times" not in units:
325325
return None
326-
326+
327327
idxs = units["spike_times"].data[:]
328-
328+
329329
# remove repeats in idxs array and 0s to remove units with no spikes
330330
idxs = np.unique(np.asarray(idxs))
331331
idxs = idxs[idxs != 0]

0 commit comments

Comments
 (0)