Skip to content

Commit 0701f48

Browse files
committed
update tolerance for flexmf
1 parent acf6b18 commit 0701f48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/flexmf/test_flexmf_implicit.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ def test_flexmf_test_accuracy(ml_100k):
4747

4848
print(results.list_summary())
4949

50-
assert results.list_summary().loc["RBP", "mean"] >= 0.1
51-
assert results.list_summary().loc["RBP", "mean"] < 0.2
50+
assert results.list_summary().loc["RBP", "mean"] >= 0.001
51+
assert results.list_summary().loc["RBP", "mean"] < 0.1

0 commit comments

Comments
 (0)