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
Since we're now (soon ;) letting through float32 arrays in img_as_float, we need to add a fused dtype to all Cython code that consumes doubles to also accept single precision floats.
Since we're now (soon ;) letting through
float32arrays inimg_as_float, we need to add a fused dtype to all Cython code that consumes doubles to also accept single precision floats.