Skip to content

Commit

Permalink
[REF] Replace MAPCA code with mapca library (ME-ICA#641)
Browse files Browse the repository at this point in the history
* Move mapca out of tedana.

* Pin to roughly 0.0.1.
  • Loading branch information
tsalo authored and notZaki committed Mar 21, 2021
1 parent eec1a85 commit 97e775e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 797 deletions.
3 changes: 1 addition & 2 deletions tedana/decomposition/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@

from .pca import tedpca
from .ica import tedica
from .ma_pca import ma_pca, ent_rate_sp

__all__ = ['tedpca', 'tedica', 'ma_pca', 'ent_rate_sp']
__all__ = ['tedpca', 'tedica']
Loading

0 comments on commit 97e775e

Please sign in to comment.