-
Notifications
You must be signed in to change notification settings - Fork 536
[FIX] Deduplicate dcm2niix output #3610
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
[FIX] Deduplicate dcm2niix output #3610
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@ ## master #3610 +/- ## ========================================== - Coverage 63.18% 63.18% -0.01% ========================================== Files 308 308 Lines 40809 40810 +1 Branches 5652 5652 ========================================== Hits 25784 25784 - Misses 14013 14014 +1 Partials 1012 1012 ☔ View full report in Codecov by Sentry. |
effigies
commented
Mar 17, 2024
Apologies for the delay. Is it possible to write a test that reproduces the issue?
mauriliogenovese
commented
Mar 21, 2024
I cannot write a test without providing images from a subject and I don't have a public dataset. Anyway the pull request simply removes any duplicate entry from the final file list, so it would be fine in this and any other similar case.
preserve ordering in output file list Co-authored-by: Chris Markiewicz <effigies@gmail.com>
Uh oh!
There was an error while loading. Please reload this page.
fixes #3579