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
d6e4681e
Commit
d6e4681e
authored
Jun 28, 2017
by
Matevz, Sraml (sraml)
Browse files
Update test_vl_bfgs.py
parent
6ce6f1a4
Pipeline
#14119
failed with stage
in 5 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/test_minimization/test_vl_bfgs.py
View file @
d6e4681e
...
...
@@ -79,5 +79,5 @@ class VL_BFGS_Tests(unittest.TestCase):
assert_almost_equal
(
energy
.
value
,
0
,
decimal
=
3
)
assert_almost_equal
(
energy
.
position
.
val
.
get_full_data
(),
test_x
.
val
.
get_full_data
(),
decimal
=
3
)
assert_equal
(
convergence
,
convergence_level
)
assert_equal
(
convergence
,
convergence_level
+
2
)
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