From 208c837c429800607d700c3987873a4ea647f5a7 Mon Sep 17 00:00:00 2001 From: yan Date: Wed, 17 Apr 2024 11:02:25 +0800 Subject: [PATCH] debug --- tests/test_zodiacal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_zodiacal.py b/tests/test_zodiacal.py index 78efdf8..a4cef17 100644 --- a/tests/test_zodiacal.py +++ b/tests/test_zodiacal.py @@ -42,7 +42,7 @@ class TestDemoFunction(unittest.TestCase): # current_path = os.getcwd() # print("当前路径:", current_path) - zodiacal(10.0, 20.0, '2024-04-04', dir_path): + zodiacal(10.0, 20.0, '2024-04-04', dir_path) self.assertEqual( 1, 1, -- GitLab