Skip to content
Snippets Groups Projects
Commit 78508a53 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

Use the newer voronota implementation as default in CAD-score binding

parent ba76b75a
No related branches found
No related tags found
No related merge requests found
Changes in Release 2.x
* Use the newer voronota implementation as default in CAD-score binding
* Several minor bug fixes and improvements.
Changes in Release 2.0.0
--------------------------------------------------------------------------------
......
......@@ -263,7 +263,7 @@ def _MapLabels(model, cad_results, label):
"could not be found in model.")
r.SetFloatProp(label, v)
def CADScore(model, reference, mode = "classic", label = "localcad",
def CADScore(model, reference, mode = "voronota", label = "localcad",
old_regime = False, cad_bin_path = None):
"""
Calculates global and local atom-atom (AA) CAD Scores.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment