imops icon indicating copy to clipboard operation
imops copied to clipboard

Zoom is failing for imops built with Cython>=3.0.0

Open vovaf709 opened this issue 2 years ago • 0 comments

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)

vovaf709 avatar Sep 01 '23 16:09 vovaf709