From 38006b5129b94d38d554f9186f76ffa1dd183d06 Mon Sep 17 00:00:00 2001 From: yan Date: Wed, 10 Apr 2024 20:47:02 +0800 Subject: [PATCH] update setup.py --- tests/test_ifs_sim.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/test_ifs_sim.py b/tests/test_ifs_sim.py index 9d26f3a..47be25e 100644 --- a/tests/test_ifs_sim.py +++ b/tests/test_ifs_sim.py @@ -39,9 +39,7 @@ class TestDemoFunction(unittest.TestCase): sourcein = 'SCI' print(configfile) - - print(skyfitsin) - + csst_ifs_sim.runIFSsim(sourcein, configfile, 1, 'no') self.assertEqual( 1 , 1, -- GitLab