With (2240, 480, 480) voxels and running on UNC sycamore, the scipy fftconvolve is causing out of memory issues. Not sure of the root cause but the temporary fix is to use mode='distance'.
Adding a fix so the multiphase equilibrium approaches can specify the desire mode.
With (2240, 480, 480) voxels and running on UNC sycamore, the scipy fftconvolve is causing out of memory issues. Not sure of the root cause but the temporary fix is to use
mode='distance'.Adding a fix so the multiphase equilibrium approaches can specify the desire mode.