-
Notifications
You must be signed in to change notification settings - Fork 95
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
[REF] Replace MAPCA code with mapca library #641
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is GREAT! Thanks so much for everyone who moved it into its own package, great job!
The output might be different because The license might also be worth discussing: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good, thanks @tsalo ! Something is wrong with the 3 echo test though.
Changing the license is really a non-starter for both fMRIPrep and tedana, since it requires getting all existing contributors to the packages to re-consent to have their code release under the new license. |
I don't believe licensing impacts dependencies (i.e., I can have any licensed code as a dependency, but when including the actual code in my library it does matter). If anything, it was just a problem that we had MAPCA code within tedana before. |
The good news is that |
True, the situation is kinda sticky with the current
My understanding was that Based off this table/matrix it's ok to use a GPL library ( |
Codecov Report
@@ Coverage Diff @@
## main #641 +/- ##
==========================================
- Coverage 93.70% 93.09% -0.61%
==========================================
Files 26 25 -1
Lines 2032 1782 -250
==========================================
- Hits 1904 1659 -245
+ Misses 128 123 -5
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks @tsalo
* Move mapca out of tedana. * Pin to roughly 0.0.1.
Closes #698.
Changes proposed in this pull request:
tedana
.mapca
library (once it's released on PyPi).