Skip to content

Commit

Permalink
precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
DomFijan committed May 11, 2024
1 parent f9b4437 commit b1c986a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_water_clustering.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def test_save_clustering_options():

def test_create_from_file():
ca = "OPTICS"
whichH = ("onlyO")
whichH = "onlyO"
wc = WaterClustering(10, clustering_algorithm=ca, water_types_to_find=whichH)
with tempfile.NamedTemporaryFile(mode="w+", delete=True) as f:
wc._save_clustering_options(f.name)
Expand Down

0 comments on commit b1c986a

Please sign in to comment.