Open Skealz opened 2 months ago
Happens when executing on datarmor cluster
Can reproduce using only :
from scipy import signal, ndimage
import xarray as xr
import cv2
Using only 1 import before cv2 did not trigger the error. Re-try to import cv2 after the error seems to work.