Skip to content

Commit 0ed4876

Browse files
committed
Extend check on clus
1 parent 464c6e3 commit 0ed4876

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/scripts/test_kilosort4_ci.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,7 @@ def monkeypatch_filter_function(self, X, ops=None, ibatch=None):
569569
results["si"]["st"] = np.load(spikeinterface_output_dir / "sorter_output" / "spike_times.npy")
570570
results["si"]["clus"] = np.load(spikeinterface_output_dir / "sorter_output" / "spike_clusters.npy")
571571
assert np.allclose(results["ks"]["st"], results["si"]["st"], rtol=0, atol=1)
572+
assert np.array_equal(results["ks"]["clus"], results["si"]["clus"])
572573

573574
##### Helpers ######
574575
def _get_kilosort_native_settings(self, recording, paths, param_key, param_value):

0 commit comments

Comments
 (0)