From 519b91f84f4acbc3cea7438d36b80fe781056e5a Mon Sep 17 00:00:00 2001 From: yan Date: Tue, 16 Apr 2024 14:42:32 +0800 Subject: [PATCH] debug --- tests/test_mci_sim.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/test_mci_sim.py b/tests/test_mci_sim.py index 553a555..60355c2 100644 --- a/tests/test_mci_sim.py +++ b/tests/test_mci_sim.py @@ -42,7 +42,7 @@ class TestDemoFunction(unittest.TestCase): # current_path = os.getcwd() # print("当前路径:", current_path) - configfile = dir_path+'MCI_inputData/configData/mci_all_9K.config' + configfile = './csst_mci_sim/mci_data/mci_all_9K.config' sourcein = 'EXDF' print(configfile) @@ -82,7 +82,7 @@ class TestDemoFunction(unittest.TestCase): # current_path = os.getcwd() # print("当前路径:", current_path) - configfile = dir_path+'MCI_inputData/configData/mci_all_9K.config' + configfile = './csst_mci_sim/mci_data/mci_all_9K.config' sourcein = 'STAR' print(configfile) @@ -123,7 +123,7 @@ class TestDemoFunction(unittest.TestCase): # current_path = os.getcwd() # print("当前路径:", current_path) - configfile = dir_path+'MCI_inputData/configData/mci_all_9K.config' + configfile = './csst_mci_sim/mci_data/mci_all_9K.config' sourcein = 'BIAS' print(configfile) @@ -163,7 +163,7 @@ class TestDemoFunction(unittest.TestCase): # current_path = os.getcwd() # print("当前路径:", current_path) - configfile = dir_path+'MCI_inputData/configData/mci_all_9K.config' + configfile = './csst_mci_sim/mci_data/mci_all_9K.config' sourcein = 'DARK' print(configfile) @@ -204,7 +204,7 @@ class TestDemoFunction(unittest.TestCase): # current_path = os.getcwd() # print("当前路径:", current_path) - configfile = dir_path+'MCI_inputData/configData/mci_all_9K.config' + configfile = './csst_mci_sim/mci_data/mci_all_9K.config' sourcein = 'FLAT' print(configfile) -- GitLab