From f222436d97e800bebf8839131dbc6092c251393f Mon Sep 17 00:00:00 2001 From: Theo Steininger <theo.steininger@ultimanet.de> Date: Tue, 16 May 2017 09:45:35 +0200 Subject: [PATCH] Fixed test for LMSpace. --- test/test_spaces/test_lm_space.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_spaces/test_lm_space.py b/test/test_spaces/test_lm_space.py index 62c647450..b058a357f 100644 --- a/test/test_spaces/test_lm_space.py +++ b/test/test_spaces/test_lm_space.py @@ -116,7 +116,7 @@ class LMSpaceFunctionalityTests(unittest.TestCase): real) assert_almost_equal( l.hermitian_decomposition(distributed_data_object(x))[1], - imag/1j) + imag*1j) @expand(get_weight_configs()) def test_weight(self, x, power, axes, inplace, expected): -- GitLab