Skip to content

Commit

Permalink
Fix merge error in a test
Browse files Browse the repository at this point in the history
  • Loading branch information
tavinathanson committed Aug 25, 2015
1 parent ffda6e3 commit b879068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_known_epitopes.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ def test_HIV_epitope():
for mhc_class in mhc_classes:
mhc_model = mhc_class("HLA-A*02:01", epitope_lengths=9)
epitope = mhc_model.predict("SLYNTVATL")[0]
assert epitope.percentile_rank <= 4.0, \
"Expected %s to have percentile rank <= 3.0" % str(epitope)
assert epitope.value < 500, \
"Expected %s to have IC50 < 500nM" % (epitope,)

0 comments on commit b879068

Please sign in to comment.