Update for pyyaml 6.0
Created by: thesps
From our setup.py
we pick up the latest pyyaml
with pip install hls4ml
. Since pyyaml
's 6.0
release a few weeks ago the Loader
argument is required by yaml.load
, causing a few issues in hls4ml
. The pytests currently fail on master branch as a consequence.
This PR & #423 (closed) fix all the broken yaml.load
occurrences in the code base.