Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ift
NIFTy
Commits
e110e7d5
Commit
e110e7d5
authored
Feb 24, 2018
by
Martin Reinecke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
really disable the test
parent
63b02fcf
Pipeline
#25421
passed with stages
in 5 minutes and 44 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
test/test_minimization/test_minimizers.py
test/test_minimization/test_minimizers.py
+1
-2
No files found.
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
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