Skip to content

Commit

Permalink
Update src/spikeinterface/qualitymetrics/tests/test_metrics_functions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin authored Nov 27, 2023
1 parent b0e579b commit db1568b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ def test_calculate_sd_ratio(waveform_extractor_simple):
)

assert np.all(list(sd_ratio.keys()) == waveform_extractor_simple.unit_ids)
assert np.allclose(sd_ratio.values(), 1, atol=0.25, rtol=0)
assert np.allclose(list(sd_ratio.values()), 1, atol=0.25, rtol=0)


if __name__ == "__main__":
Expand Down

0 comments on commit db1568b

Please sign in to comment.