Skip to content
GitLab
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
6a484874
Commit
6a484874
authored
Aug 24, 2017
by
Martin Reinecke
Browse files
make tests less verbose
parent
0d7155c8
Pipeline
#17242
passed with stage
in 56 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/test_minimization/test_minimizers.py
View file @
6a484874
...
...
@@ -24,7 +24,7 @@ class Test_Minimizers(unittest.TestCase):
covariance
=
ift
.
DiagonalOperator
(
space
,
diagonal
=
covariance_diagonal
)
required_result
=
ift
.
Field
(
space
,
val
=
1.
)
IC
=
ift
.
DefaultIterationController
(
tol_abs_gradnorm
=
1e-5
,
verbose
=
True
,
name
=
"blahh"
)
IC
=
ift
.
DefaultIterationController
(
tol_abs_gradnorm
=
1e-5
)
minimizer
=
minimizer_class
(
controller
=
IC
)
energy
=
ift
.
QuadraticEnergy
(
A
=
covariance
,
b
=
required_result
,
position
=
starting_point
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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