Commit 519b91f8 authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

debug

parent baa4ac87
Pipeline #4130 failed with stage
in 0 seconds
......@@ -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)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment