-
Notifications
You must be signed in to change notification settings - Fork 4
WIP: Add integration testing and github actions #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
Conversation
petprep/workflows/pet/outputs.py
Outdated
if 'VolumeTiming' in timing_parameters: | ||
timing_parameters['AcquisitionDuration'] = TA |
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.
I can't imagine you need this function at all, since there are no gaps in PET recording.
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.
Thanks for the feedback, Chris - in general, still need to remove a bunch of slice timing related stuff.
Removed handling of 'SliceTiming' information and dropped slice-timing correction logic. The function now simply reports 'SliceTimingCorrected': False and retains only relevant timing fields Simplified the unit test by removing the run_stc parameter and related configuration changes
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
Only test failing will be solved when a new version of niworkflows is released nipreps/niworkflows#951. Therefore, merging this now to main branch. Still need to fix spellchecks and style. |
Uh oh!
There was an error while loading. Please reload this page.