supereeg icon indicating copy to clipboard operation
supereeg copied to clipboard

ComplexWarning Bug

Open joseJCS0 opened this issue 1 year ago • 1 comments

When trying to run a data simulation for tutorials an error occurred caused by code In the core.py file (...\site-packages\deepdish\core.py) on line 8 the original code "warnings.simplefilter("ignore", np.ComplexWarning)". Locally fixed when removing the "np.ComplexWarning" new code: "warnings.simplefilter("ignore")"

joseJCS0 avatar Sep 27 '24 18:09 joseJCS0

@joseJCS0 thanks for submitting these issues!! for the issues where you've made local fixes, would you be interested in submitting a pull request?

jeremymanning avatar Sep 27 '24 20:09 jeremymanning