You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ZviBaratz not sure why this got assigned to me. You can add any dcm_qa tests as submodules and use AppVeyor or Travis to test - see dcm2niix for examples. Since dcm_qa always saves uncompressed NIfTI data (as different GZ compression levels/libraries lead to file differences), you can always check the pixel array with a simple shell script using a terminal command like cmp -i 352 A.nii B.nii and checking the return value, though you could do this in Python as well.
@matthew-brett will test against dcm-qa to find differences in parsing results.
The text was updated successfully, but these errors were encountered: