You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
working through the jupyter tutorial I came across this warning.
s = ro.system_from_yaml(...)
/usr/local/lib/python3.9/dist-packages/rayopt/formats.py:89: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
dat = yaml.load(text)
It was easy to suppress it, but there might be a better way.
Hi,
working through the jupyter tutorial I came across this warning.
It was easy to suppress it, but there might be a better way.
Thanks for sharing!
The text was updated successfully, but these errors were encountered: