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

Replace tabs with spaces

parent e65da7a7
No related branches found
No related tags found
No related merge requests found
......@@ -154,10 +154,10 @@ class LDDTPLIScorer(ligand_scoring_base.LigandScorer):
if score is None or np.isnan(score):
if result["lddt_pli_n_contacts"] == 0:
# it's a space ship!
# it's a space ship!
pair_state = 10
else:
# unknwon error state
# unknwon error state
pair_state = 20
# the ligands get a zero-state...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment