implement yaml safe load
/home/borja/Projects/o3skim/o3skim/utils.py:69: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. config = yaml.load(ymlfile)