Skip to content

Commit

Permalink
save test data
Browse files Browse the repository at this point in the history
  • Loading branch information
zm711 committed Sep 12, 2023
1 parent 33acb4b commit 323eb4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_spike_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ def test_qc_preprocessing(spikes, tmp_path):
np.save("isolation_distances.npy", id)
np.save("silhouette_scores.npy", sil)
np.save("refractory_period_violations.npy", ref)
np.save("ampltiude_distribution.npy", amp)
spikes.CACHING = True
spikes.qc_preprocessing(15, 0.02, 0.35, 0.97)

Expand Down

0 comments on commit 323eb4f

Please sign in to comment.