Skip to content

Fix yaml loader #29

Description

@jotaylor

parse_pars.py needs to be updated, it is throwing the following warning:

parse_pars.py:22: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  pars = yaml.load(f)

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions