From 0f034ee3cd2b59e65cdc18d29e03cc55939d84cd Mon Sep 17 00:00:00 2001
From: Reimar Leike <reimar@mpa-garching.mpg.de>
Date: Thu, 11 May 2017 14:07:27 +0200
Subject: [PATCH] now includes LMSpace which is neccessary for test

---
 test/test_spaces/test_power_space.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test_spaces/test_power_space.py b/test/test_spaces/test_power_space.py
index 014fbc144..980b09aa8 100644
--- a/test/test_spaces/test_power_space.py
+++ b/test/test_spaces/test_power_space.py
@@ -24,7 +24,7 @@ import numpy as np
 from d2o import distributed_data_object
 from numpy.testing import assert_, assert_equal, assert_almost_equal,\
         assert_raises
-from nifty import PowerSpace, RGSpace, Space
+from nifty import PowerSpace, RGSpace, Space, LMSpace
 from types import NoneType
 from test.common import expand
 
-- 
GitLab