From d6b69552cbec8508cf794c5ddc03a0aee051b86b Mon Sep 17 00:00:00 2001 From: Meyers-Im Date: Thu, 21 Mar 2024 10:36:44 -0700 Subject: [PATCH] back to 11 --- solardatatools/algorithms/time_shifts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solardatatools/algorithms/time_shifts.py b/solardatatools/algorithms/time_shifts.py index 5550b3ee..6b68e8ce 100644 --- a/solardatatools/algorithms/time_shifts.py +++ b/solardatatools/algorithms/time_shifts.py @@ -72,7 +72,7 @@ def run( if solver == "MOSEK" or solver == "CLARABEL": w1s = np.logspace(-1, 2, 11) else: - w1s = np.logspace(0.5, 3.5, 21) + w1s = np.logspace(0.5, 3.5, 11) hn, rn, tv_metric, jpy, best_ix = self.optimize_w1( metric, w1s,