Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlondschien committed Jul 9, 2024
1 parent f8f912a commit 10c42e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/tests/test_lagrange_multiplier.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def test__LM__init__(n, mx, mw, k):
[
np.all(np.isclose(lm1.__dict__[k], lm2.__dict__[k]))
for k in lm1.__dict__.keys()
if k not in ["optimizer", "gamma_0"]
]
)

Expand Down

0 comments on commit 10c42e5

Please sign in to comment.