Skip to content

Commit

Permalink
back to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
bmeyers committed Mar 21, 2024
1 parent adb91ab commit d6b6955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solardatatools/algorithms/time_shifts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d6b6955

Please sign in to comment.