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
4ed145dd
Commit
4ed145dd
authored
May 09, 2017
by
Pumpe, Daniel (dpumpe)
Browse files
removed implemented keyword from response_operator.py
parent
be2a3c23
Changes
1
Hide whitespace changes
Inline
Side-by-side
nifty/operators/response_operator/response_operator.py
View file @
4ed145dd
...
...
@@ -9,7 +9,7 @@ from nifty.operators.diagonal_operator import DiagonalOperator
class
ResponseOperator
(
LinearOperator
):
def
__init__
(
self
,
domain
,
sigma
=
[
1.
],
exposure
=
[
1.
],
implemented
=
True
,
sigma
=
[
1.
],
exposure
=
[
1.
],
unitary
=
False
):
self
.
_domain
=
self
.
_parse_domain
(
domain
)
...
...
@@ -54,10 +54,6 @@ class ResponseOperator(LinearOperator):
def
target
(
self
):
return
self
.
_target
@
property
def
implemented
(
self
):
return
self
.
_implemented
@
property
def
unitary
(
self
):
return
self
.
_unitary
...
...
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