Skip to content

fix yaml deprecation warning

Bas Nijholt requested to merge basnijholt/semicon:patch-2 into master

Gets rid of

/opt/conda/lib/python3.7/site-packages/semicon/parameters.py:64: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  for name, data in yaml.load(f.read()).items():
Edited by Bas Nijholt

Merge request reports