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

more comments

parent 0ebcc984
Branches
Tags
1 merge request!464Integration operator
Pipeline #75163 failed
...@@ -24,7 +24,7 @@ from ..common import setup_function, teardown_function ...@@ -24,7 +24,7 @@ from ..common import setup_function, teardown_function
def test_integration_operator(): def test_integration_operator():
x1 = ift.RGSpace((9,), distances= 2.) x1 = ift.RGSpace((9,), distances= 2.) # FIXME: it works for distances = 1
#x2 = ift.RGSpace((2, 12), distances=(0.3,)) #x2 = ift.RGSpace((2, 12), distances=(0.3,))
dom1 = ift.makeDomain(x1) dom1 = ift.makeDomain(x1)
#dom2 = ift.makeDomain((x1, x2)) #dom2 = ift.makeDomain((x1, x2))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment