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

fix: CAD score test broken with classic CAD

parent 6d884cf1
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ class TestCADBindings(unittest.TestCase):
except settings.FileNotFound:
self.skipTest("Could not find CAD score classic executables: ignoring unit tests")
cad_result = cadscore.CADScore(self.protein, self.protein,
cad_result = cadscore.CADScore(self.protein, self.protein, mode="classic",
label="cad_classic")
# model and reference are the same, we expect a global CAD score of 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment