From b1c986a31149781efa15846b74b9bf615392189a Mon Sep 17 00:00:00 2001 From: Domagoj Fijan Date: Fri, 10 May 2024 21:29:17 -0400 Subject: [PATCH] precommit --- tests/test_water_clustering.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_water_clustering.py b/tests/test_water_clustering.py index e422b0b..3f64def 100644 --- a/tests/test_water_clustering.py +++ b/tests/test_water_clustering.py @@ -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)