From 904f5916942f49a495b7a06d68645a69e8759650 Mon Sep 17 00:00:00 2001 From: yan Date: Wed, 10 Apr 2024 16:34:46 +0800 Subject: [PATCH] update setup.py --- csst_ifs_sim/csst_ifs_sim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csst_ifs_sim/csst_ifs_sim.py b/csst_ifs_sim/csst_ifs_sim.py index 901359a..6edb196 100644 --- a/csst_ifs_sim/csst_ifs_sim.py +++ b/csst_ifs_sim/csst_ifs_sim.py @@ -5061,7 +5061,7 @@ if __name__ == "__main__": applyhole = 'no' if CSST_unittest: - dir_path = os.path.join(os.environ['UNIT_TEST_DATA_ROOT'], 'ifs_sim') + dir_path = os.path.join(os.environ['UNIT_TEST_DATA_ROOT'], 'ifs_sim/') else: dir_path = '../' -- GitLab