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
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
ift
NIFTy
Commits
e8408fca
Commit
e8408fca
authored
May 09, 2017
by
Martin Reinecke
Browse files
remove obsolete comment
parent
286ae440
Pipeline
#12179
passed with stage
in 4 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nifty/operators/fft_operator/fft_operator.py
View file @
e8408fca
...
...
@@ -147,12 +147,6 @@ class FFTOperator(LinearOperator):
self
.
_backward_transformation
=
TransformationCache
.
create
(
backward_class
,
self
.
target
[
0
],
self
.
domain
[
0
],
module
=
module
)
#MR FIXME: these defaults do not work for SHTs as they are currently
# implemented. Should have either float or complex on both sides.
# It would be great if this could be harmonized in some way.
# The simplest (and maybe safest, but expensive) solution would be
# to allow only complex-valued fields on both sides of an FFT between
# RGSpaces.
# Store the dtype information
if
domain_dtype
is
None
:
self
.
logger
.
info
(
"Setting domain_dtype to np.complex."
)
...
...
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