Commit 73b38dff authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

test

parent 0362149a
Pipeline #4020 failed with stage
in 0 seconds
...@@ -1508,7 +1508,9 @@ class MCIsimulator(): ...@@ -1508,7 +1508,9 @@ class MCIsimulator():
# else: # else:
# self.result_path='/home/yan/MCI/simData/'+result_day ### my PC # self.result_path='/home/yan/MCI/simData/'+result_day ### my PC
if self.information['dir_path'] == '/nfsdata/share/simulation-unittest/mci_sim/': print(self.information['dir_path'])
if self.information['dir_path'] =='/nfsdata/share/simulation-unittest/mci_sim/':
self.result_path = self.information['dir_path'] + \ self.result_path = self.information['dir_path'] + \
'mci_sim_result/'+result_day 'mci_sim_result/'+result_day
else: else:
......
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