Closed mwalmsley closed 3 years ago
process does not return (returns None) and so scale is always None, as written. Remove for clarity.
process
scale
Well spotted, but actually process should return scale, and the value used for the input dataset passed to the call for the target dataset. Otherwise the datasets will be scaled differently. I'll fix it...
process
does not return (returns None) and soscale
is always None, as written. Remove for clarity.