-
Notifications
You must be signed in to change notification settings - Fork 535
[WIP] FIX - AFNI Zeropad sets out_file #3641
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
Conversation
...ing_and_separators use csvreader for parsing csv files
Codecov Report
All modified and coverable lines are covered by tests ✅
Project coverage is 0.00%. Comparing base (
edf7a4a
) to head (bc4af2b
).
Report is 12 commits behind head on master.
❗ Current head bc4af2b differs from pull request most recent head 6b81d26. Consider uploading reports for the commit 6b81d26 to get more accurate results
Additional details and impacted files
@@ Coverage Diff @@ ## master #3641 +/- ## ========================================== - Coverage 63.44% 0 -63.45% ========================================== Files 308 0 -308 Lines 40887 0 -40887 Branches 5655 0 -5655 ========================================== - Hits 25942 0 -25942 + Misses 13909 0 -13909 + Partials 1036 0 -1036
☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.
After trying out this fix for my workflow, I've realized that out_file needs to be an absolute path! Will fix.
0953e5b
to
edf7a4a
Compare
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.
Made a suggestion. Haven't tested it, but if you commit and run locally, those tests should pass. They'll skip on CI.
bc4af2b
to
6b81d26
Compare
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.
Left a suggestion a while back. Marking as requested changes so I can easily see the status. Please re-request review if/when you update this.
Summary
Fixes #3640 .
List of changes proposed in this PR (pull-request)
name_template
fromZeropadInputSpec
, since it is useless if it is not a format string and the underlying command doesn't form outputs from the input name._list_outputs
method to set the correct out file.