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
0a17394e
Commit
0a17394e
authored
Mar 21, 2020
by
Martin Reinecke
Browse files
relax tolerance a little (it was too strict anyway)
parent
afb26d11
Pipeline
#71147
failed with stages
in 21 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/test_energy_gradients.py
View file @
0a17394e
...
...
@@ -118,7 +118,7 @@ def testPoissonian(field):
d
=
ift
.
random
.
current_rng
().
poisson
(
120
,
size
=
space
.
shape
)
d
=
ift
.
Field
(
space
,
d
)
energy
=
ift
.
PoissonianEnergy
(
d
)
ift
.
extra
.
check_jacobian_consistency
(
energy
,
field
,
tol
=
1e-
7
)
ift
.
extra
.
check_jacobian_consistency
(
energy
,
field
,
tol
=
1e-
6
)
def
test_bernoulli
(
field
):
...
...
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