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
81ed3ae3
Commit
81ed3ae3
authored
May 18, 2016
by
Jait Dixit
Browse files
Fix GFFT.transform()
parent
2eb54da1
Pipeline
#3249
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rg/nifty_fft.py
View file @
81ed3ae3
...
...
@@ -487,7 +487,7 @@ class GFFT(FFT):
if
isinstance
(
val
,
distributed_data_object
):
new_val
=
val
.
copy_empty
(
dtype
=
codomain
.
dtype
)
new_val
.
set_full_data
(
re
s
)
new_val
.
set_full_data
(
re
turn_val
)
# If the values living in domain are purely real, the result of
# the fft is hermitian
if
domain
.
paradict
[
'complexity'
]
==
0
:
...
...
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