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

Add citation and link to GIFT #28

Closed eurunuela closed 3 years ago

eurunuela commented 3 years ago

Closes #27

This PR adds the necessary citations and links to GIFT to make the package publicly available:

codecov-io commented 3 years ago

Codecov Report

Merging #28 (1b6a23c) into main (2425cd3) will increase coverage by 0.03%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #28      +/-   ##
==========================================
+ Coverage   89.92%   89.96%   +0.03%     
==========================================
  Files           3        3              
  Lines         258      259       +1     
==========================================
+ Hits          232      233       +1     
  Misses         26       26              
Impacted Files Coverage Δ
mapca/mapca.py 85.41% <100.00%> (+0.10%) :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 2425cd3...1b6a23c. Read the comment docs.