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
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
Neel Shah
NIFTy
Commits
574cc254
Commit
574cc254
authored
Nov 18, 2019
by
Reimar H Leike
Browse files
tuning required precision of interpolators down again:
parent
ef420611
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test_operators/test_jacobian.py
View file @
574cc254
...
...
@@ -96,9 +96,9 @@ def testPointModel(space, seed):
q
=
0.73
model
=
ift
.
InverseGammaOperator
(
space
,
alpha
,
q
)
# FIXME All those cdfs and ppfs are not very accurate
ift
.
extra
.
check_jacobian_consistency
(
model
,
pos
,
tol
=
1e-
5
,
ntries
=
20
)
ift
.
extra
.
check_jacobian_consistency
(
model
,
pos
,
tol
=
1e-
3
,
ntries
=
20
)
model
=
ift
.
StudentTOperator
(
space
,
alpha
,
q
)
ift
.
extra
.
check_jacobian_consistency
(
model
,
pos
,
tol
=
1e-
5
,
ntries
=
20
)
ift
.
extra
.
check_jacobian_consistency
(
model
,
pos
,
tol
=
1e-
3
,
ntries
=
20
)
@
pmp
(
'target'
,
[
...
...
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