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)
parse_pars.pyneeds to be updated, it is throwing the following warning: