Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docstring and comment typo fix #261

Merged
merged 1 commit into from
Aug 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading