From 1d32d13ebc3ba73622047eb287557b60dfbbb064 Mon Sep 17 00:00:00 2001 From: "zhaojunyan@shao.ac.cn" Date: Wed, 15 May 2024 23:41:24 +0800 Subject: [PATCH] test --- csst_mci_sim/csst_mci_sim.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/csst_mci_sim/csst_mci_sim.py b/csst_mci_sim/csst_mci_sim.py index 38574c5..45a1802 100644 --- a/csst_mci_sim/csst_mci_sim.py +++ b/csst_mci_sim/csst_mci_sim.py @@ -1045,7 +1045,9 @@ class MCIsimulator(): # self.result_path = '../MCI_simResult/'+self.source+"_"+result_day # else: # self.result_path = '/data/mcisimdata/'+result_day - + + print(self.information['result_path']) + self.result_path = self.information['result_path']+self.source+"_"+result_day if os.path.isdir(self.result_path)==False: -- GitLab