Skip to content
Snippets Groups Projects
Verified Commit b5bbb445 authored by Xavier Robin's avatar Xavier Robin
Browse files

Revert "CI: test a CI failure"

This reverts commit 494222f9.
parent 494222f9
Branches
Tags
No related merge requests found
......@@ -331,7 +331,7 @@ class TestLigandScoring(unittest.TestCase):
ed.UpdateXCS()
with self.assertRaises(RuntimeError):
sc = LigandScorer(mdl, trg, [mdl.FindResidue("I", 1)], [trg.FindResidue("I", 1)], check_resnames=False)
sc = LigandScorer(mdl, trg, [mdl.FindResidue("I", 1)], [trg.FindResidue("I", 1)], check_resnames=True)
sc._compute_scores()
sc = LigandScorer(mdl, trg, [mdl.FindResidue("I", 1)], [trg.FindResidue("I", 1)], check_resnames=False)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment