Skip to content

Commit

Permalink
Set default inchi strict to false.
Browse files Browse the repository at this point in the history
  • Loading branch information
maabuu committed Oct 18, 2023
1 parent 3f02c60 commit 9cc464f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posebusters/modules/energy_ratio.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def check_energy_ratio(
threshold_energy_ratio: Limit above which the energy ratio is deemed to high. Defaults to 7.0.
ensemble_number_conformations: Number of conformations to generate for the ensemble over which to
average. Defaults to 100.
inchi_strict: Whether to treat warnings in the InChI generation as errors. Defaults to True.
inchi_strict: Whether to treat warnings in the InChI generation as errors. Defaults to False.
Returns:
PoseBusters results dictionary.
Expand Down

0 comments on commit 9cc464f

Please sign in to comment.