[Bug]: Replace yaml.safe_load after update to ruamel.yaml #1007
Labels
category: bug
errors in the code or code behavior
priority: medium
non-critical problem and/or affecting only a small set of users
What happened?
ruamel.yaml.safe_load
was deprecated years ago and finally removed in the latest version ofruamel.yaml
. Runningvalidate_hdmf_spec
with that version installed causes an error.Steps to Reproduce
Download nwb-schema repo from https://github.com/NeurodataWithoutBorders/nwb-schema and run `validate_hdmf_spec core -m nwb.schema.json`
Traceback
The text was updated successfully, but these errors were encountered: