From c818a72db327901d0c5f4fb5d777584f5f037298 Mon Sep 17 00:00:00 2001 From: yan Date: Tue, 16 Apr 2024 13:55:49 +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 3c44424..de7e29a 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_sim_C90.config' + configfile = './csst_ifs_sim/ifs_data/IFS_sim_C90.config' sourcein = 'SCI' print(configfile) -- GitLab