Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaw9 authored Mar 27, 2024
1 parent c5cc9c4 commit 9fa89d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rlmolecule/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def __init__(
sa_score_threshold (Optional[float], optional): If set, don't construct
molecules greater than a given sa_score. Defaults to None.
try_embedding (bool, optional): Try to get a 3D embedding of the molecule,
and if this fails, remote it. Defaults to False.
and if this fails, remove it. Defaults to False.
cache (bool, optional): Whether to cache molecule building for a given
SMILES input to speed up subsequent evaluations. Defaults to False.
parallel (bool, optional): (Experimental) whether to try multiprocessing to
Expand Down

0 comments on commit 9fa89d0

Please sign in to comment.