From 5468b48e495ee34d4353f9012b14eba8be74417a Mon Sep 17 00:00:00 2001 From: yan Date: Tue, 16 Apr 2024 13:49:09 +0800 Subject: [PATCH] debug --- tests/test_ifs_sim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_ifs_sim.py b/tests/test_ifs_sim.py index 9cdd951..956eb9b 100644 --- a/tests/test_ifs_sim.py +++ b/tests/test_ifs_sim.py @@ -37,7 +37,7 @@ class TestDemoFunction(unittest.TestCase): print(sys.version ) ###configfile = dir_path+'IFS_inputdata/configData/IFS_sim_C90.config' - configfile = '/ifs_data/IFS_sim_C90.config' + configfile = '../ifs_data/IFS_sim_C90.config' sourcein = 'SCI' print(configfile) -- GitLab