Skip to content

Commit 51d6e24

Browse files
committed
fix test
1 parent 2ccb2aa commit 51d6e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_unbalanced.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def test_unbalanced_warmstart(nx, method, reg_type):
117117
reg_type=reg_type, warmstart=None, verbose=True
118118
))
119119

120-
np.testing.assert_allclose(loss, loss0, atol=1e-6)
120+
np.testing.assert_allclose(loss, loss0, atol=1e-5)
121121
np.testing.assert_allclose(
122122
nx.to_numpy(log["logu"]), nx.to_numpy(log0["logu"]), atol=1e-05)
123123
np.testing.assert_allclose(

0 commit comments

Comments
 (0)