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

minor bugfix "import warning" -> "import warnings" #1385

Closed fabian-paul closed 5 years ago

fabian-paul commented 5 years ago

see title

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (devel@4f77b84). Click here to learn what that means. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff            @@
##             devel    #1385   +/-   ##
========================================
  Coverage         ?   91.55%           
========================================
  Files            ?      225           
  Lines            ?    25450           
  Branches         ?        0           
========================================
  Hits             ?    23301           
  Misses           ?     2149           
  Partials         ?        0
Impacted Files Coverage Δ
pyemma/_base/parallel.py 94.11% <0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4f77b84...274b9d3. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (devel@4f77b84). Click here to learn what that means. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff            @@
##             devel    #1385   +/-   ##
========================================
  Coverage         ?   91.55%           
========================================
  Files            ?      225           
  Lines            ?    25450           
  Branches         ?        0           
========================================
  Hits             ?    23301           
  Misses           ?     2149           
  Partials         ?        0
Impacted Files Coverage Δ
pyemma/_base/parallel.py 94.11% <0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4f77b84...274b9d3. Read the comment docs.

marscher commented 5 years ago

thank you!