Commit 98879ffd authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

test

parent 6de1d3f2
Pipeline #4615 passed with stage
in 0 seconds
...@@ -5768,15 +5768,3 @@ def runIFSsim(sourcein, configfile, dir_path, result_path,iLoop, debug, applyhol ...@@ -5768,15 +5768,3 @@ def runIFSsim(sourcein, configfile, dir_path, result_path,iLoop, debug, applyhol
return 1 return 1
############################## end ########################################## ############################## end ##########################################
if self.information['dir_path'] == '/nfsdata/share/simulation-unittest/ifs_sim/':
self.result_path = self.information['dir_path'] + \
self.information['result_path']+'/'+self.source+ss+result_day
else:
home_path = os.environ['HOME']
if home_path == '/home/yan':
self.result_path = '../IFS_simData/'+self.source+ss+result_day
else:
self.result_path = '/data/ifspip/CCD_ima/'+self.source+ss+result_day
\ No newline at end of file
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