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

update setup.py

parent 7a56d02f
Loading
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -1393,7 +1393,10 @@ class IFSsimulator():
        # else:
        #     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:
            os.mkdir(self.result_path)