Skip to content

Compatibility issue with NumPy #121

@cw-wan

Description

@cw-wan

In grakel/kernels/random_walk.py line 10:

from numpy import ComplexWarning

In NumPy stable version document, it should be:

from numpy.exceptions import ComplexWarning

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions