Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudon committed Apr 29, 2024
1 parent ae30894 commit 719052f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_dataclustering.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def test_DataClustering(X):

# scales selection
scales = clustering.scale_selection()
assert len(scales) == 4
assert len(scales) > 2

# test plots
clustering.plot_scan(live=False)
Expand Down

0 comments on commit 719052f

Please sign in to comment.