Skip to content

Commit

Permalink
tests now use CLARABEL solver
Browse files Browse the repository at this point in the history
  • Loading branch information
bmeyers committed Jul 15, 2024
1 parent 74b591b commit 2b2db53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/solardatatools/test_signal_decompositions.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@

class TestSignalDecompositions(unittest.TestCase):
def setUp(self):
self.solver = "QSS"
self.solver_convex = "OSQP" # use OSQP for convex only problem
self.solver = "CLARABEL"
self.solver_convex = "CLARABEL"
self.mae_threshold = 0.001
self.obj_tolerance = 1

Expand Down

0 comments on commit 2b2db53

Please sign in to comment.