Skip to content

Commit

Permalink
Extend check on clus
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Sep 4, 2024
1 parent 464c6e3 commit 0ed4876
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/test_kilosort4_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,7 @@ def monkeypatch_filter_function(self, X, ops=None, ibatch=None):
results["si"]["st"] = np.load(spikeinterface_output_dir / "sorter_output" / "spike_times.npy")
results["si"]["clus"] = np.load(spikeinterface_output_dir / "sorter_output" / "spike_clusters.npy")
assert np.allclose(results["ks"]["st"], results["si"]["st"], rtol=0, atol=1)
assert np.array_equal(results["ks"]["clus"], results["si"]["clus"])

##### Helpers ######
def _get_kilosort_native_settings(self, recording, paths, param_key, param_value):
Expand Down

0 comments on commit 0ed4876

Please sign in to comment.