Skip to content

Commit

Permalink
Remove expected bug at L234I, because it was fixed in HIVdb rules.
Browse files Browse the repository at this point in the history
Part of #536.
  • Loading branch information
donkirkby committed Mar 20, 2020
1 parent d48a7bc commit f9b6afd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions micall/tests/test_asi_algorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,7 @@ def test_interpret(self):
('ETR', 0.0, 1, 'Susceptible'),
('NVP', 0.0, 1, 'Susceptible'),
('RPV', 0.0, 1, 'Susceptible')]
# The L234I message looks like a bug in the HIVdb rules.
# We don't actually use the comments, so ignore the problem for now.
expected_mutation_comments = [
'L234I is a nonpolymorphic mutation selected in persons receiving NVP and '
'EFV. It is also selected in vitro by ETR and DOR. In combination with V106A, '
'it is associated with high-level DOR resistance. Its effect on '
'susceptibility when it occurs alone has not been studied. V108V is a highly '
'unusual mutation at this position.',
'M41L is a TAM that usually occurs with T215Y. In combination, '
'M41L plus T215Y confer intermediate / high-level resistance to '
'AZT and d4T and contribute to reduced ddI, ABC and TDF '
Expand Down

0 comments on commit f9b6afd

Please sign in to comment.