-
Notifications
You must be signed in to change notification settings - Fork 11
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: Add several wb_command interfaces #51
Conversation
😅 That's a glaring need atm. My ideal scenario is we create a fixture to generate dummy data, and then use that (instead of saving files to the repo) to test these interfaces |
3c0ad8b
to
22aad2e
Compare
0394930
to
d71b4f7
Compare
Done. |
d71b4f7
to
9bcfd51
Compare
Codecov Report
@@ Coverage Diff @@
## master #51 +/- ##
==========================================
+ Coverage 27.99% 29.10% +1.10%
==========================================
Files 42 42
Lines 3068 3116 +48
==========================================
+ Hits 859 907 +48
Misses 2209 2209
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.
Looks great, thanks Chris
Includes the following from #49:
cifti-create-dense-timeseries
volume-resample
volume-affine-resample
volume-all-labels-to-rois
volume-label-export-table
volume-label-import
Orig:
How are we doing doctests? Do we have something like
nipype.testing.data
?