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
038c3f2d
Commit
038c3f2d
authored
Jul 26, 2018
by
Martin Reinecke
Browse files
fix
parent
6e6b4f76
Changes
1
Hide whitespace changes
Inline
Side-by-side
nifty5/operators/relaxed_sum_operator.py
View file @
038c3f2d
...
@@ -57,7 +57,7 @@ class RelaxedSumOperator(LinearOperator):
...
@@ -57,7 +57,7 @@ class RelaxedSumOperator(LinearOperator):
return
self
.
_capability
return
self
.
_capability
def
apply
(
self
,
x
,
mode
):
def
apply
(
self
,
x
,
mode
):
self
.
_check_
mode
(
mode
)
self
.
_check_
input
(
x
,
mode
)
res
=
None
res
=
None
for
op
in
self
.
_ops
:
for
op
in
self
.
_ops
:
tmp
=
op
.
apply
(
x
.
extract
(
op
.
_dom
(
mode
)),
mode
)
tmp
=
op
.
apply
(
x
.
extract
(
op
.
_dom
(
mode
)),
mode
)
...
...
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