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.
Follow-up from review of #815.
While working on #815 some complex literals in
tests/test_linalg.pywere 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) acrosstests/test_linalg.py.Raised by @yungyuc in #815.