From 3b10d888eb54b147d4795842cf5fc2637b2d2ce3 Mon Sep 17 00:00:00 2001 From: "zhaojunyan@shao.ac.cn" Date: Sat, 13 Apr 2024 22:33:45 +0800 Subject: [PATCH] test --- tests/test_mci_sim.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/test_mci_sim.py b/tests/test_mci_sim.py index f2d32ef..ae449f7 100644 --- a/tests/test_mci_sim.py +++ b/tests/test_mci_sim.py @@ -35,8 +35,11 @@ class TestDemoFunction(unittest.TestCase): # demo function test dir_path = os.path.join(os.environ['UNIT_TEST_DATA_ROOT'],'mci_sim/') print(dir_path) - print(sys.version ) - ###configfile = dir_path+'IFS_inputdata/configData/IFS_sim_C90.config' + +# 获取当前工作目录 + current_path = os.getcwd() + + print("当前路径:", current_path) configfile = './mci_data/mci_all_9K.config' -- GitLab