lanl / hippynn

python library for atomistic machine learning
https://lanl.github.io/hippynn/
Other
59 stars 22 forks source link

Environment variable HIPPYNN_PROGRESS not handled correctly #9

Closed tautomer closed 1 year ago

tautomer commented 2 years ago
>>> 'HIPPYNN_PROGRESS'.lstrip("HIPPYNN_")
'ROGRESS'

Similarly for other variable, if the first letter matching 'H', 'I', 'N', 'P', 'Y', or '_', it will be striped as well.