Skip to content

Commit

Permalink
Update Checkmol URL in error message (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson authored Jan 14, 2025
1 parent f76dc99 commit a7a97b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openff/evaluator/utils/checkmol.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ def analyse_functional_groups(smiles):
"checkmol",
False,
"Checkmol can be obtained for free from "
"http://merian.pch.univie.ac.at/~nhaider/cheminf/cmmm.html.",
"https://homepage.univie.ac.at/norbert.haider/cheminf/cmmm.html",
)

openff_molecule: Molecule = Molecule.from_smiles(
Expand Down

0 comments on commit a7a97b4

Please sign in to comment.