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
66089ee5
Commit
66089ee5
authored
Aug 16, 2018
by
Silvan Streit
Browse files
Fix Sandwich Operator Inverse sampling
parent
5f133b64
Pipeline
#35038
passed with stages
in 1 minute and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nifty4/operators/sandwich_operator.py
View file @
66089ee5
...
...
@@ -76,7 +76,7 @@ class SandwichOperator(EndomorphicOperator):
def
draw_sample
(
self
,
from_inverse
=
False
,
dtype
=
np
.
float64
):
# Inverse samples from general sandwiches is not possible
if
from_inverse
:
if
self
.
_bun
.
capabilit
ies
&
self
.
_bun
.
INVERSE_TIMES
:
if
self
.
_bun
.
capabilit
y
&
self
.
_bun
.
INVERSE_TIMES
:
try
:
s
=
self
.
_cheese
.
draw_sample
(
from_inverse
,
dtype
)
return
self
.
_bun
.
inverse_times
(
s
)
...
...
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