ME-ICA / mapca

A Python implementation of the moving average principal components analysis methods from GIFT
GNU General Public License v2.0
6 stars 8 forks source link

[TST] Add test for MovingAveragePCA class #14

Closed tsalo closed 3 years ago

tsalo commented 3 years ago

This test should cover the various methods of the class, with the same data as the function-based test.

codecov-io commented 3 years ago

Codecov Report

Merging #14 (df78aa8) into main (f79fc63) will increase coverage by 2.77%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #14      +/-   ##
==========================================
+ Coverage   88.88%   91.66%   +2.77%     
==========================================
  Files           3        3              
  Lines         288      288              
==========================================
+ Hits          256      264       +8     
+ Misses         32       24       -8     
Impacted Files Coverage Δ
mapca/mapca.py 83.94% <0.00%> (+5.83%) :arrow_up:

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 f79fc63...df78aa8. Read the comment docs.