Whenever I run dsub with yaml version '5.1'. I get this warning:
/anaconda3/envs/dsub/lib/python2.7/site-packages/dsub/lib/job_model.py:797: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details
It would be nice if this warning was fixed for later releases of dsub. Seems like calls to yaml.load() should now specify a loader.
Whenever I run dsub with yaml version '5.1'. I get this warning:
/anaconda3/envs/dsub/lib/python2.7/site-packages/dsub/lib/job_model.py:797: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details
It would be nice if this warning was fixed for later releases of dsub. Seems like calls to
yaml.load()
should now specify a loader.