From 4d17b7744170a76e4ce9070f2428fe2fc73fb1d1 Mon Sep 17 00:00:00 2001 From: WilliamsTravis Date: Mon, 10 Jun 2024 12:48:21 -0600 Subject: [PATCH] Quick edit to test_bespoke.py --- tests/test_bespoke.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/test_bespoke.py b/tests/test_bespoke.py index 15eac4379..bb8eed554 100644 --- a/tests/test_bespoke.py +++ b/tests/test_bespoke.py @@ -1626,7 +1626,3 @@ def test_bespoke_5min_sample(): assert len(f["time_index-2010"]) == 8760 assert len(f["windspeed-2010"]) == 8760 assert len(f["winddirection-2010"]) == 8760 - - -if __name__ == "__main__": - test_bespoke_run_with_icing_cutoff()