Commit 98dd8df7 authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

debug

parent c501bd42
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
        wave0, zodi0=zodiacal.zodiacal(10.0, 20.0, '2024-04-04', dir_path)

        self.assertEqual(
            1, 1,