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): ...@@ -42,7 +42,7 @@ class TestDemoFunction(unittest.TestCase):
# current_path = os.getcwd() # current_path = os.getcwd()
# print("当前路径:", current_path) # 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' sourcein = 'EXDF'
print(configfile) print(configfile)
...@@ -82,7 +82,7 @@ class TestDemoFunction(unittest.TestCase): ...@@ -82,7 +82,7 @@ class TestDemoFunction(unittest.TestCase):
# current_path = os.getcwd() # current_path = os.getcwd()
# print("当前路径:", current_path) # 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' sourcein = 'STAR'
print(configfile) print(configfile)
...@@ -123,7 +123,7 @@ class TestDemoFunction(unittest.TestCase): ...@@ -123,7 +123,7 @@ class TestDemoFunction(unittest.TestCase):
# current_path = os.getcwd() # current_path = os.getcwd()
# print("当前路径:", current_path) # 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' sourcein = 'BIAS'
print(configfile) print(configfile)
...@@ -163,7 +163,7 @@ class TestDemoFunction(unittest.TestCase): ...@@ -163,7 +163,7 @@ class TestDemoFunction(unittest.TestCase):
# current_path = os.getcwd() # current_path = os.getcwd()
# print("当前路径:", current_path) # 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' sourcein = 'DARK'
print(configfile) print(configfile)
...@@ -204,7 +204,7 @@ class TestDemoFunction(unittest.TestCase): ...@@ -204,7 +204,7 @@ class TestDemoFunction(unittest.TestCase):
# current_path = os.getcwd() # current_path = os.getcwd()
# print("当前路径:", current_path) # 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' sourcein = 'FLAT'
print(configfile) 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