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
ea595092
Commit
ea595092
authored
Jul 23, 2018
by
Martin Reinecke
Browse files
add FIXME
parent
d8b7a398
Changes
1
Hide whitespace changes
Inline
Side-by-side
nifty5/operators/central_zero_padder.py
View file @
ea595092
...
...
@@ -9,6 +9,8 @@ from ..field import Field
from
..
import
dobj
# MR FIXME: for even axis lengths, we probably should split the value at the
# highest frequency.
class
CentralZeroPadder
(
LinearOperator
):
def
__init__
(
self
,
domain
,
new_shape
,
space
=
0
):
super
(
CentralZeroPadder
,
self
).
__init__
()
...
...
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