imops
imops copied to clipboard
Zoom is failing for imops built with Cython>=3.0.0
This code does not terminate within a reasonable time for imops built with Cython >= 3.0.0
import numpy as np
from imops.zoom import zoom
x = np.zeros((256, 256, 256))
zoom(x, 2, num_threads=8)