Closed jmmshn closed 2 years ago
atwf add POSCAR errors out due to the yaml.load command here
atwf add POSCAR
yaml.load
The current version of yaml.load requires a Loader kwarg or just calling safe_load instead. See here for more detail. https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation
Loader
safe_load
I have reviewed the file changed and I will merge this PR now. Thanks for your contribution and please let us know if there is any further problems or concerns. Cheers! :)
atwf add POSCAR
errors out due to theyaml.load
command hereThe current version of
yaml.load
requires aLoader
kwarg or just callingsafe_load
instead. See here for more detail. https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation