Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ComplexWarning Bug #210

Open
joseJCS0 opened this issue Sep 27, 2024 · 1 comment
Open

ComplexWarning Bug #210

joseJCS0 opened this issue Sep 27, 2024 · 1 comment

Comments

@joseJCS0
Copy link

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")"

@jeremymanning
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants