Skip to content

New python cannot compare P_window with != #17

@vschac

Description

@vschac

In J_k_tensor the line:
if (P_window != None):
Needs to be changed to:
if (P_window is not None):
as Python no longer supports comparing arrays via !=

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