Skip to content
Snippets Groups Projects
Commit cba6ac90 authored by Vincent Eberle's avatar Vincent Eberle
Browse files

delete Fix-Me

parent 91c0f4fe
No related branches found
No related tags found
1 merge request!464Integration operator
Pipeline #75194 passed
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment