Commit 49555558 authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

update setup.py

parent 7a56d02f
Pipeline #3965 failed with stage
...@@ -1393,7 +1393,10 @@ class IFSsimulator(): ...@@ -1393,7 +1393,10 @@ class IFSsimulator():
# else: # else:
# self.result_path='/data/ifspip/CCD_ima/IFS_simData_'+self.source+ss+result_day # self.result_path='/data/ifspip/CCD_ima/IFS_simData_'+self.source+ss+result_day
self.result_path = self.information['result_path']+'/'+result_day dir_path = os.path.join(os.environ['UNIT_TEST_DATA_ROOT'],'ifs_sim/')
print(dir_path)
self.result_path = dir_path+'/ifs_sim_result/'+result_day
if os.path.isdir(self.result_path) == False: if os.path.isdir(self.result_path) == False:
os.mkdir(self.result_path) os.mkdir(self.result_path)
......
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