MachineLearningLifeScience / stochman

Algorithms for computations on random manifolds made easier
Apache License 2.0
85 stars 11 forks source link

added maxpooling to nnj and corresponding tests #17

Closed JohanYe closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #17 (e2965e3) into master (e4afdd7) will increase coverage by 1.21%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
+ Coverage   61.23%   62.44%   +1.21%     
==========================================
  Files           9        9              
  Lines        1135     1177      +42     
==========================================
+ Hits          695      735      +40     
- Misses        440      442       +2     
Flag Coverage Δ
Linux 62.44% <100.00%> (+1.38%) :arrow_up:
Windows 62.44% <100.00%> (+1.21%) :arrow_up:
cpu 62.44% <100.00%> (+1.21%) :arrow_up:
macOS 62.44% <100.00%> (+1.38%) :arrow_up:
pytest 62.44% <100.00%> (+1.21%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
tests/test_nnj.py 100.00% <ø> (ø)
stochman/nnj.py 98.88% <100.00%> (+0.20%) :arrow_up:
tests/test_curves.py 98.05% <0.00%> (-1.95%) :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 e4afdd7...e2965e3. Read the comment docs.