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
4c67be21
Commit
4c67be21
authored
Aug 27, 2018
by
Philipp Arras
Browse files
Add fixme
parent
4b9b9815
Changes
1
Hide whitespace changes
Inline
Side-by-side
nifty5/operators/domain_tuple_field_inserter.py
View file @
4c67be21
...
...
@@ -55,6 +55,7 @@ class DomainTupleFieldInserter(LinearOperator):
def
apply
(
self
,
x
,
mode
):
self
.
_check_input
(
x
,
mode
)
# FIXME Make fully MPI compatible without global_data
if
mode
==
self
.
TIMES
:
res
=
np
.
zeros
(
self
.
target
.
shape
,
dtype
=
x
.
dtype
)
res
[
self
.
_slc
]
=
x
.
to_global_data
()
...
...
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