deeptime-ml / deeptime

Python library for analysis of time series data including dimensionality reduction, clustering, and Markov model estimation
https://deeptime-ml.github.io/
GNU Lesser General Public License v3.0
757 stars 84 forks source link

Use CMake as primary build system via scikit-build #215

Closed clonker closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #215 (d390d7c) into main (0898081) will decrease coverage by 0.02%. The diff coverage is 25.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #215      +/-   ##
==========================================
- Coverage   93.75%   93.72%   -0.03%     
==========================================
  Files         136      136              
  Lines       10790    10794       +4     
==========================================
+ Hits        10116    10117       +1     
- Misses        674      677       +3     
Impacted Files Coverage Δ
deeptime/__init__.py 100.00% <ø> (ø)
deeptime/util/platform.py 88.46% <25.00%> (-11.54%) :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 0898081...d390d7c. Read the comment docs.

marscher commented 2 years ago

I suggest to use pytest-xdist with two jobs on Azure to speed up the testing process.

clonker commented 2 years ago

Thanks for the thorough review!