Skip to content
Snippets Groups Projects
Commit cf26be63 authored by Vincent Eberle's avatar Vincent Eberle
Browse files

added laplace_operator test

parent 8784c5f5
No related branches found
No related tags found
1 merge request!599Laplace distribution operator for L1 regularisation
Pipeline #93867 passed
......@@ -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])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment