Closed william-silversmith closed 4 years ago
Trying to fix seg fault on huge arrays.
Resolves #23
This allowed me to run the following script to completion:
import numpy as np import edt field = np.ones( (3000, 3000, 800), dtype=np.bool) edt.edt(field, black_border=True)
Trying to fix seg fault on huge arrays.
Resolves #23