Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
cba6ac90
Commit
cba6ac90
authored
May 19, 2020
by
Vincent Eberle
Browse files
delete Fix-Me
parent
91c0f4fe
Pipeline
#75194
passed with stages
in 25 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/test_operators/test_integration.py
View file @
cba6ac90
...
...
@@ -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
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment