From 56e0a58f80c61706301010dce619fda43fa4620a Mon Sep 17 00:00:00 2001 From: "zhaojunyan@shao.ac.cn" Date: Sun, 14 Apr 2024 09:03:53 +0800 Subject: [PATCH] test --- csst_mci_sim/csst_mci_sim.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/csst_mci_sim/csst_mci_sim.py b/csst_mci_sim/csst_mci_sim.py index 6bd655f..b63d265 100644 --- a/csst_mci_sim/csst_mci_sim.py +++ b/csst_mci_sim/csst_mci_sim.py @@ -1493,7 +1493,8 @@ class MCIsimulator(): self._createEmpty() - + print('print information:', self.information) + for key, value in self.information.items(): self.log.info('%s = %s' % (key, value)) -- GitLab