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
e110e7d5
Commit
e110e7d5
authored
Feb 24, 2018
by
Martin Reinecke
Browse files
really disable the test
parent
63b02fcf
Pipeline
#25421
passed with stages
in 5 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/test_minimization/test_minimizers.py
View file @
e110e7d5
...
...
@@ -129,8 +129,7 @@ class Test_Minimizers(unittest.TestCase):
rtol
=
1e-3
,
atol
=
1e-3
)
@
expand
(
product
(
minimizers3
))
def
DISABLED_test_nonlinear
(
self
,
minimizer_class
):
print
(
minimizer_class
)
def
DISABLEDtest_nonlinear
(
self
,
minimizer_class
):
space
=
ift
.
UnstructuredDomain
((
1
,))
starting_point
=
ift
.
Field
(
space
,
val
=
5.
)
...
...
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