Skip to content
GitLab
Menu
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
ee9f5673
Commit
ee9f5673
authored
Mar 11, 2020
by
Martin Reinecke
Committed by
Philipp Arras
Mar 11, 2020
Browse files
more fixes
parent
f5205c8f
Pipeline
#70586
failed with stages
in 11 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/test_operators/test_nft.py
View file @
ee9f5673
...
...
@@ -79,7 +79,7 @@ def test_cartesian():
res
=
op
(
fld2
).
val
.
reshape
(
nx
,
ny
)
fft
=
ift
.
FFTOperator
(
dom
.
get_default_codomain
(),
target
=
dom
).
adjoint
vol
=
ift
.
full
(
dom
,
1.
).
integrate
()
vol
=
ift
.
full
(
dom
,
1.
).
s_
integrate
()
res1
=
fft
(
fld
).
val
# FIXME: we don't understand the conjugate() yet
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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