Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] Enable normalization in mapca call #705

Merged
merged 1 commit into from
Mar 22, 2021

Conversation

notZaki
Copy link
Contributor

@notZaki notZaki commented Mar 21, 2021

Closes none.

The results for the three-echo test changed when the mapca library was added:

This might be because the data is no longer being normalized. This PR sets normalize=True when calling ma_pca, and hopefully that should match the old results.

@codecov
Copy link

codecov bot commented Mar 21, 2021

Codecov Report

Merging #705 (eee5afe) into main (d67d9bd) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #705   +/-   ##
=======================================
  Coverage   93.09%   93.09%           
=======================================
  Files          25       25           
  Lines        1782     1782           
=======================================
  Hits         1659     1659           
  Misses        123      123           
Impacted Files Coverage Δ
tedana/decomposition/pca.py 86.36% <ø> (ø)

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 d67d9bd...eee5afe. Read the comment docs.

Copy link
Collaborator

@eurunuela eurunuela left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch! Thanks @notZaki

Copy link
Collaborator

@jbteves jbteves left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @notZaki !

@jbteves jbteves merged commit f51bca0 into ME-ICA:main Mar 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants