From d20b90a7644d560dc9ebd97fb8049eb3a4980fec Mon Sep 17 00:00:00 2001 From: "zhaojunyan@shao.ac.cn" Date: Sat, 13 Apr 2024 22:46:00 +0800 Subject: [PATCH] test --- tests/test_mci_sim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_mci_sim.py b/tests/test_mci_sim.py index ae449f7..becf095 100644 --- a/tests/test_mci_sim.py +++ b/tests/test_mci_sim.py @@ -41,7 +41,7 @@ class TestDemoFunction(unittest.TestCase): print("当前路径:", current_path) - configfile = './mci_data/mci_all_9K.config' + configfile = 'mci_all_9K.config' sourcein = 'EXDF' print(configfile) -- GitLab