Skip to content
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: Interpolate to floating point values #394

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

effigies
Copy link
Member

When given images with int16 on-disk data types, this could cause problems. Even if we save to int16, the in-memory values need to remain float until it's time to apply scaling.

@effigies effigies added the bug Something isn't working label Sep 22, 2023
@codecov
Copy link

codecov bot commented Sep 22, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (a608927) 80.53% compared to head (79b740a) 80.53%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #394   +/-   ##
=======================================
  Coverage   80.53%   80.53%           
=======================================
  Files          26       26           
  Lines        2296     2296           
  Branches      286      286           
=======================================
  Hits         1849     1849           
  Misses        402      402           
  Partials       45       45           
Flag Coverage Δ
unittests ∅ <ø> (∅)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
sdcflows/transform.py 77.29% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@effigies effigies merged commit c90c4ed into nipreps:master Sep 25, 2023
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant