From 7c807eae2c8c24e5a6c310385844cd2db07aa1a4 Mon Sep 17 00:00:00 2001 From: "Gong, Huijing" Date: Wed, 17 Jul 2024 17:35:04 +0000 Subject: [PATCH] include ChaLoy21 = ChaLoy21() in Class RC in reduction.py --- estimator/reduction.py | 1 + 1 file changed, 1 insertion(+) diff --git a/estimator/reduction.py b/estimator/reduction.py index c1fb58c..04ae761 100644 --- a/estimator/reduction.py +++ b/estimator/reduction.py @@ -1011,3 +1011,4 @@ class RC: MATZOV = MATZOV() GJ21 = GJ21() LaaMosPol14 = LaaMosPol14() + ChaLoy21 = ChaLoy21()