Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
f0888388
Commit
f0888388
authored
Aug 26, 2017
by
Theo Steininger
Browse files
By default Diagonal and TraceProberMixin no don't switch to position space automatically.
parent
0b626645
Pipeline
#17414
passed with stages
in 29 minutes and 43 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nifty/probing/mixin_classes/diagonal_prober_mixin.py
View file @
f0888388
...
...
@@ -24,7 +24,7 @@ from ...sugar import create_composed_fft_operator
class
DiagonalProberMixin
(
object
):
def
__init__
(
self
,
*
args
,
**
kwargs
):
self
.
reset
()
self
.
__evaluate_probe_in_signal_space
=
Tru
e
self
.
__evaluate_probe_in_signal_space
=
Fals
e
super
(
DiagonalProberMixin
,
self
).
__init__
(
*
args
,
**
kwargs
)
def
reset
(
self
):
...
...
nifty/probing/mixin_classes/trace_prober_mixin.py
View file @
f0888388
...
...
@@ -24,7 +24,7 @@ from ...sugar import create_composed_fft_operator
class
TraceProberMixin
(
object
):
def
__init__
(
self
,
*
args
,
**
kwargs
):
self
.
reset
()
self
.
__evaluate_probe_in_signal_space
=
Tru
e
self
.
__evaluate_probe_in_signal_space
=
Fals
e
super
(
TraceProberMixin
,
self
).
__init__
(
*
args
,
**
kwargs
)
def
reset
(
self
):
...
...
Theo Steininger
@theos
mentioned in issue
#184 (closed)
·
Aug 26, 2017
mentioned in issue
#184 (closed)
mentioned in issue #184
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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