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

handle n_jobs consistently #1488

Closed clonker closed 3 years ago

clonker commented 3 years ago

Deals with Issue #1486

codecov[bot] commented 3 years ago

Codecov Report

Merging #1488 (c3d9737) into devel (bc47960) will decrease coverage by 0.02%. The diff coverage is 64.28%.

Impacted file tree graph

@@            Coverage Diff             @@
##            devel    #1488      +/-   ##
==========================================
- Coverage   91.80%   91.77%   -0.03%     
==========================================
  Files         229      229              
  Lines       26173    26182       +9     
==========================================
+ Hits        24027    24029       +2     
- Misses       2146     2153       +7     
Impacted Files Coverage Δ
pyemma/_base/parallel.py 83.72% <50.00%> (-10.40%) :arrow_down:
pyemma/coordinates/clustering/tests/test_kmeans.py 98.00% <100.00%> (ø)
pyemma/plots/networks.py 89.37% <0.00%> (-0.97%) :arrow_down:

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 bc47960...c3d9737. Read the comment docs.