Commit 1186441d authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

update setup.py

parent 3f30ddd9
Pipeline #3971 failed with stage
in 0 seconds
......@@ -33,7 +33,9 @@ class TestDemoFunction(unittest.TestCase):
# demo function test
dir_path = os.path.join(os.environ['UNIT_TEST_DATA_ROOT'],'ifs_sim/')
print(dir_path)
configfile = dir_path+'IFS_inputdata/configData/IFS_sim_C90.config'
###configfile = dir_path+'IFS_inputdata/configData/IFS_sim_C90.config'
configfile = 'IFS_sim_C90.config'
skyfitsin = dir_path+'IFS_inputdata/FengshuaiData/NGC6397_S6102.fits'
sourcein = 'SCI'
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