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
I have a long python script that performs various computations with numpy, pandas, scipy etc.
At one place, I have replaced my scipy.ndimage.binary_fill_holes() with dip.FillHoles() and it works as expected and is faster. But at the end of the script, python crashes and I get
zsh: segmentation fault
I don't get the error at FillHoles stage but only at the very end (related to destructor, garbage collector maybe?)