Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
5edee410
Commit
5edee410
authored
Aug 31, 2016
by
theos
Browse files
Removed bug in FFTOperator._inverse_times
parent
227cfeae
Changes
1
Hide whitespace changes
Inline
Side-by-side
nifty/operators/fft_operator/fft_operator.py
View file @
5edee410
...
...
@@ -63,7 +63,6 @@ class FFTOperator(LinearOperator):
else
:
axes
=
x
.
domain_axes
[
spaces
[
0
]]
axes
=
x
.
domain_axes
[
spaces
[
0
]]
new_val
=
self
.
_inverse_transformation
.
transform
(
x
.
val
,
axes
=
axes
)
if
spaces
is
None
:
...
...
Write
Preview
Markdown
is supported
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