Commit 85c76815 authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

debug

parent e95b42f8
Pipeline #4138 passed with stage
in 0 seconds
......@@ -71,7 +71,7 @@ class TestDemoFunction(unittest.TestCase):
print(sys.version )
###configfile = dir_path+'IFS_inputdata/configData/IFS_sim_C90.config'
configfile = './ifs_data/IFS_sim_C90.config'
configfile = './csst_ifs_sim/ifs_data/IFS_sim_C90.config'
sourcein = 'BIAS'
print(configfile)
......@@ -106,7 +106,7 @@ class TestDemoFunction(unittest.TestCase):
print(sys.version )
###configfile = dir_path+'IFS_inputdata/configData/IFS_sim_C90.config'
configfile = './ifs_data/IFS_sim_C90.config'
configfile = './csst_ifs_sim/ifs_data/IFS_sim_C90.config'
sourcein = 'DARK'
print(configfile)
......@@ -141,7 +141,7 @@ class TestDemoFunction(unittest.TestCase):
print(sys.version )
###configfile = dir_path+'IFS_inputdata/configData/IFS_sim_C90.config'
configfile = './ifs_data/IFS_sim_C90.config'
configfile = './csst_ifs_sim/ifs_data/IFS_sim_C90.config'
sourcein = 'LAMP'
print(configfile)
......@@ -175,7 +175,7 @@ class TestDemoFunction(unittest.TestCase):
print(sys.version )
###configfile = dir_path+'IFS_inputdata/configData/IFS_sim_C90.config'
configfile = './ifs_data/IFS_sim_C90.config'
configfile = './csst_ifs_sim/ifs_data/IFS_sim_C90.config'
sourcein = 'LAMP'
print(configfile)
......@@ -209,7 +209,7 @@ class TestDemoFunction(unittest.TestCase):
print(sys.version )
###configfile = dir_path+'IFS_inputdata/configData/IFS_sim_C90.config'
configfile = './ifs_data/IFS_sim_C90.config'
configfile = './csst_ifs_sim/ifs_data/IFS_sim_C90.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