Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
6Ulm committed Nov 2, 2023
1 parent 2ccb2aa commit 51d6e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_unbalanced.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def test_unbalanced_warmstart(nx, method, reg_type):
reg_type=reg_type, warmstart=None, verbose=True
))

np.testing.assert_allclose(loss, loss0, atol=1e-6)
np.testing.assert_allclose(loss, loss0, atol=1e-5)
np.testing.assert_allclose(
nx.to_numpy(log["logu"]), nx.to_numpy(log0["logu"]), atol=1e-05)
np.testing.assert_allclose(
Expand Down

0 comments on commit 51d6e24

Please sign in to comment.