From 49a42652e5a7731dd1ae705c4cbf3a0fe823666c Mon Sep 17 00:00:00 2001 From: "Nadia Tahiri, PhD" Date: Mon, 2 Oct 2023 19:09:38 -0400 Subject: [PATCH] rm blank line --- tests/test_climatic.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_climatic.py b/tests/test_climatic.py index 43c04f37..8c611a1c 100644 --- a/tests/test_climatic.py +++ b/tests/test_climatic.py @@ -21,7 +21,6 @@ def climaticTreesSetup(): return utils.climaticPipeline(pd.read_csv(p.file_name), p.names) - def test_climaticPipeline(): ''' This test is used to test the climaticPipeline function.