Skip to content

Apply PEP8 spacing to complex literals in tests/test_linalg.py #894

@tigercosmos

Description

@tigercosmos

Follow-up from review of #815.

While working on #815 some complex literals in tests/test_linalg.py were reflowed for PEP8 spacing (e.g. 2.0+0.0j -> 2.0 + 0.0j) in the LLT factorization/solve tests and the Kalman predict test. Those changes were unrelated to the LU feature and have been reverted out of that PR to keep its diff focused.

Scope: a standalone cleanup PR that applies consistent PEP8 spacing (spaces around the +/- in complex literals) across tests/test_linalg.py.

Raised by @yungyuc in #815.

Metadata

Metadata

Assignees

No one assigned

    Labels

    arrayMulti-dimensional array implementationrefactorChange code without changing teststesttesting and continuous integration

    Type

    No fields configured for Bug.

    Projects

    Status
    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions