From cba6ac9019803fb2ffa3606db265ceefe4dde31a Mon Sep 17 00:00:00 2001 From: Vincent Eberle <VE@Vincents-MBP-2.fritz.box> Date: Tue, 19 May 2020 10:34:06 +0200 Subject: [PATCH] delete Fix-Me --- test/test_operators/test_integration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_operators/test_integration.py b/test/test_operators/test_integration.py index 66e181988..c26a92cf2 100644 --- a/test/test_operators/test_integration.py +++ b/test/test_operators/test_integration.py @@ -24,7 +24,7 @@ from ..common import setup_function, teardown_function def test_integration_operator(): - x1 = ift.RGSpace((9,), distances= 2.) # FIXME: it works for distances = 1 + x1 = ift.RGSpace((9,), distances= 2.) x2 = ift.RGSpace((2, 12), distances=(0.3,)) dom1 = ift.makeDomain(x1) dom2 = ift.makeDomain((x1, x2)) -- GitLab