Skip to content

ComplexWarning Bug  #210

@joseJCS0

Description

@joseJCS0

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions