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 am experiencing an issue with the deepdish library when using it with NumPy 2.1.0. Specifically, I cannot import deepdish due to the following error:
AttributeError: module 'numpy' has no attribute 'ComplexWarning'
Hello,
I am experiencing an issue with the deepdish library when using it with NumPy 2.1.0. Specifically, I cannot import deepdish due to the following error:
AttributeError: module 'numpy' has no attribute 'ComplexWarning'
The problem is located in the code at the following line https://github.com/uchicago-cs/deepdish/blob/3f2dff7a03f1b31f6924b665ad5b8c299329c1cd/deepdish/core.py#L8C1-L8C51
warnings.simplefilter("ignore", np.ComplexWarning)
Could you please address this issue by either:
This change will help ensure compatibility with newer versions of NumPy.
Best regards,
Jean-Christophe
The text was updated successfully, but these errors were encountered: