Skip to content

Commit

Permalink
revert my change to .gitignore, revise docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
shinkle-lanl committed Dec 11, 2023
1 parent ecc53ba commit 38c287f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
__pycache__/
*.pyc
build/
hippynn.egg-info/*
examples/TEST_ALUMINUM_MODEL/
hippynn.egg-info/*
2 changes: 1 addition & 1 deletion hippynn/graphs/nodes/indexers.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def acquire_encoding_padding(search_nodes, species_set, purpose=None):
class FuzzyHistogramer(AutoKw, SingleNode):
"""
Node for transforming a scalar feature into a vectorized feature via
the fuzzy histogram or soft histogram method.
the fuzzy/soft histogram method.
:param length: length of vectorized feature
"""
Expand Down

0 comments on commit 38c287f

Please sign in to comment.