Skip to content
Snippets Groups Projects
Commit 6e3d7b80 authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

test fix

parent a1a2cdb8
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,7 @@ def test_inequalities():
assert_almost_equal(
df_nonbinders.prediction2.mean(),
df_nonbinders.prediction1.mean(),
delta=2000)
delta=3000)
# prediction3 non-binders should be weaker on average than prediction2 (or 1)
# non-binders, since prediction3 has a (>) inequality for these peptides.
......@@ -185,5 +185,5 @@ def test_inequalities():
assert_almost_equal(
df_binders.prediction3.mean(),
df_binders.prediction1.mean(),
delta=2000)
delta=3000)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment