Skip to content
Snippets Groups Projects
Commit 6e6d9366 authored by Martin Reinecke's avatar Martin Reinecke
Browse files

fix

parent f7b12e3b
No related branches found
No related tags found
1 merge request!477fix
Pipeline #75225 passed
......@@ -28,8 +28,8 @@ def test_integration_operator():
x2 = ift.RGSpace((2, 12), distances=(0.3,))
dom1 = ift.makeDomain(x1)
dom2 = ift.makeDomain((x1, x2))
f1 = ift.from_random('normal', dom1)
f2 = ift.from_random('normal', dom2)
f1 = ift.from_random(dom1, 'normal')
f2 = ift.from_random(dom2, 'normal')
op1 = ift.ScalingOperator(dom1, 1).integrate()
op2 = ift.ScalingOperator(dom2, 1).integrate()
op3 = ift.ScalingOperator(dom2, 1).integrate(spaces=1)
......
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