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

CI: test a CI failure

This worfklow is expected to fail with an error in
test_ligand_scoring.py_run. If it fails it means the compound lib is
properly setup.
parent 7d06d517
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=True)
sc = LigandScorer(mdl, trg, [mdl.FindResidue("I", 1)], [trg.FindResidue("I", 1)], check_resnames=False)
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