Skip to content
GitLab
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
579997da
Commit
579997da
authored
Oct 25, 2016
by
theos
Browse files
Fixed part of Issue
#62
.
parent
b5f37f09
Changes
1
Hide whitespace changes
Inline
Side-by-side
nifty/operators/fft_operator/transformations/rg_transforms.py
View file @
579997da
...
...
@@ -217,7 +217,6 @@ class FFTW(Transform):
return
val
*
mask
def
_atomic_mpi_transform
(
self
,
val
,
info
,
axes
):
# Apply codomain centering mask
if
reduce
(
lambda
x
,
y
:
x
+
y
,
self
.
codomain
.
zerocenter
):
temp_val
=
np
.
copy
(
val
)
...
...
@@ -354,6 +353,7 @@ class FFTW(Transform):
if
len
(
inp
.
shape
)
==
1
:
original_shape
=
inp
.
shape
inp
=
inp
.
reshape
(
inp
.
shape
[
0
],
1
)
axes
=
(
0
,
)
if
current_info
is
None
:
transform_shape
=
list
(
inp
.
shape
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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