-
Notifications
You must be signed in to change notification settings - Fork 14
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
[ENH] use sub commands for python CLI #1292
Conversation
Remi-Gau
commented
Jul 23, 2024
•
edited
Loading
edited
- closes use sub commands for python CLI #1279
- relates to BMS: improvements #1127 (add BMS to CLI)
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1292 +/- ##
==========================================
- Coverage 79.57% 76.25% -3.33%
==========================================
Files 285 290 +5
Lines 7742 8069 +327
Branches 40 64 +24
==========================================
- Hits 6161 6153 -8
- Misses 1565 1916 +351
+ Partials 16 0 -16
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
🧙 Sourcery has finished reviewing your pull request! Tips
|
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.
We've reviewed this pull request using the Sourcery rules engine. If you would also like our AI-powered code review then let us know.
* start adding sub commands * preproc subcommand * deal with create roi parser * deal with default_model sub command * deal with bms action * deal with stats actions * start adapting cli * add test for command building * add test for CLI for preproc, smooth... * add test for command building for stats * add test for command building for bms * rename function * start switching CLI * several fixes * more fix * keep switchingµ * fix * fix * linti * fixes * fixes * minor fixes * additional fixes * fix output ROI * visualize output in circle ci
* start adding a 3 group dataset * [ENH] use sub commands for python CLI (#1292) * start adding sub commands * preproc subcommand * deal with create roi parser * deal with default_model sub command * deal with bms action * deal with stats actions * start adapting cli * add test for command building * add test for CLI for preproc, smooth... * add test for command building for stats * add test for command building for bms * rename function * start switching CLI * several fixes * more fix * keep switchingµ * fix * fix * linti * fixes * fixes * minor fixes * additional fixes * fix output ROI * visualize output in circle ci * add temp script for boutiques and bids model graph * start adding tweaks * try 3 groups * rename file * update code and tests * add multi group demo * fixes * adapt example * fix contrasts * deal with results * update doc * minor changes * tmp * refactor * refactor * refactor * several fixes * several fixes * fix and refactor * fix and refactor * fix and refactor * fix models * fix * fix * fix fast tests * fixes * fix and implement F test * run group level node by node * add F test to demo * octave fix