From bc26046d799e4cdb1f593f0d40edd4b0879bd558 Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Mon, 29 Aug 2022 15:59:15 +0800 Subject: [PATCH] updated data manager class --- csst_common/params.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csst_common/params.py b/csst_common/params.py index 86fbd9c..66d1583 100644 --- a/csst_common/params.py +++ b/csst_common/params.py @@ -90,7 +90,7 @@ class CsstSimParams(BasicParams): def __init__(self): # define versions of simulation # C denotes for Cycle - self.VER_SIMS = ["C3", "C5.1", "C5.2"] + self.VERSIONS = ["C3", "C5.1", "C5.2"] cp = CsstParams() -- GitLab