Skip to content

Commit

Permalink
Merge pull request #261 from hjkgrp/doc_fix
Browse files Browse the repository at this point in the history
docstring and comment typo fix
  • Loading branch information
gianmarco-terrones authored Aug 21, 2024
2 parents 0ed95c5 + 3555066 commit c72bca0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions molSimplify/Classes/mol3D.py
Original file line number Diff line number Diff line change
Expand Up @@ -2196,7 +2196,7 @@ def getHsbyAtom(self, ratom):
Returns
-------
hlist : list
nHs : list
List of indices of hydrogen atoms bound to reference atom3D.
"""
Expand All @@ -2219,7 +2219,7 @@ def getHsbyIndex(self, idx):
Returns
-------
hlist : list
nHs : list
List of indices of hydrogen atoms bound to reference atom.
"""
Expand Down
2 changes: 1 addition & 1 deletion molSimplify/Scripts/nn_prep.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ def ANN_preproc(args, ligs: List[str], occs: List[int], dents: List[int],
print(('ANN high spin bond length is predicted to be: ' +
"{0:.2f}".format(float(r_hs)) + ' angstrom'))

# use ANN to predict fucntional sensitivty
# use ANN to predict functional sensitivty
HFX_slope = 0
HFX_slope = get_slope(slope_excitation)
print(('Predicted HFX exchange sensitivity is : ' +
Expand Down

0 comments on commit c72bca0

Please sign in to comment.