Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
amorehead committed Jun 3, 2024
1 parent 125d075 commit 79c8175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/ensemble_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ def get_method_predictions(
key=rank_key,
)[: cfg.method_top_n_to_select]
if not len(ligand_output_files):
# NOTE: when predicting e.g., with Vina-RFAA, if no ligand predictions are found, skip the protein prediction as well
# NOTE: when predicting e.g., with DiffDock-Vina, if no ligand predictions are found, skip the protein prediction as well
protein_output_files = []
assert len(protein_output_files) == len(
ligand_output_files
Expand Down

0 comments on commit 79c8175

Please sign in to comment.