Closed vovaf709 closed 3 months ago
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)
This code does not terminate within a reasonable time for imops built with Cython >= 3.0.0