Skip to content
GitLab
Menu
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
cf26be63
Commit
cf26be63
authored
Feb 19, 2021
by
Vincent Eberle
Browse files
added laplace_operator test
parent
8784c5f5
Pipeline
#93867
passed with stages
in 11 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/test_operators/test_jacobian.py
View file @
cf26be63
...
...
@@ -97,6 +97,8 @@ def testSpecialDistributionOps(space, seed):
ift
.
extra
.
check_operator
(
model
,
pos
,
ntries
=
20
)
model
=
ift
.
UniformOperator
(
space
,
alpha
,
q
)
ift
.
extra
.
check_operator
(
model
,
pos
,
ntries
=
20
)
model
=
ift
.
LaplaceOperator
(
space
,
alpha
,
q
)
ift
.
extra
.
check_operator
(
model
,
pos
,
ntries
=
20
)
@
pmp
(
'neg'
,
[
True
,
False
])
...
...
Write
Preview
Supports
Markdown
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