Skip to content

Commit

Permalink
have CLARABEL generate the iteratively reweighted problem rather than…
Browse files Browse the repository at this point in the history
… the SD formulation
  • Loading branch information
bmeyers committed Mar 21, 2024
1 parent de37ba2 commit 41d1c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solardatatools/signal_decompositions.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def l2_l1d1_l2d2p365(
:param verbose: Sets verbosity
:return: A tuple with two 1d numpy arrays containing the two signal component estimates
"""
if solver == "MOSEK":
if solver == "MOSEK" or solver == "CLARABEL":
res = _cvx_l2_l1d1_l2d2p365(
signal=signal,
use_ixs=use_ixs,
Expand Down

0 comments on commit 41d1c54

Please sign in to comment.