markovmodel / PyEMMA

🚂 Python API for Emma's Markov Model Algorithms 🚂
http://pyemma.org
GNU Lesser General Public License v3.0
311 stars 119 forks source link

YAMLLoadWarning #1407

Closed euhruska closed 5 years ago

euhruska commented 5 years ago

when import pyemma I get a YAML warning, for python3.7, pyemma2.5.5:

>>>import pyemma
/scratch1/eh22/conda/envs/py34/lib/python3.7/site-packages/pyemma/util/log.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.
  D = yaml.load(f2)

conda_list.txt

marscher commented 5 years ago

Thanks for reporting this.