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
2a8190aa
Commit
2a8190aa
authored
Sep 05, 2016
by
Jait Dixit
Browse files
Fix issue
#43
parent
618cf01e
Changes
1
Hide whitespace changes
Inline
Side-by-side
nifty/operators/fft_operator/transformations/rg_transforms.py
View file @
2a8190aa
...
...
@@ -339,7 +339,10 @@ class FFTW(Transform):
inp
=
local_val
else
:
if
temp_val
is
None
:
temp_val
=
np
.
empty_like
(
local_val
)
temp_val
=
np
.
empty_like
(
local_val
,
dtype
=
self
.
codomain
.
dtype
)
inp
=
local_val
[
slice_list
]
# This is in order to make FFTW behave properly when slicing input
...
...
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