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
Neel Shah
NIFTy
Commits
111d133b
Commit
111d133b
authored
Oct 05, 2017
by
Martin Reinecke
Browse files
bug fix
parent
240077d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
nifty/operators/response_operator/response_operator.py
View file @
111d133b
...
...
@@ -100,7 +100,7 @@ class ResponseOperator(LinearOperator):
copy
.
_target
=
self
.
_target
copy
.
_composed_kernel
=
self
.
_composed_kernel
.
copy
()
copy
.
_composed_exposure
=
self
.
_composed_exposure
.
copy
()
copy
=
super
(
Diagonal
Operator
,
self
).
_add_attributes_to_copy
(
copy
,
copy
=
super
(
Response
Operator
,
self
).
_add_attributes_to_copy
(
copy
,
**
kwargs
)
return
copy
...
...
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