Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
16e0c773
Commit
16e0c773
authored
Jan 07, 2019
by
Taylor Robie
Browse files
disable more tests
parent
a8d10447
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
official/recommendation/data_test.py
official/recommendation/data_test.py
+5
-5
No files found.
official/recommendation/data_test.py
View file @
16e0c773
...
@@ -327,11 +327,11 @@ class BaseTest(tf.test.TestCase):
...
@@ -327,11 +327,11 @@ class BaseTest(tf.test.TestCase):
self
.
assertLess
(
deviation
,
0.2
)
self
.
assertLess
(
deviation
,
0.2
)
def
test_end_to_end_materialized
(
self
):
#
def test_end_to_end_materialized(self):
self
.
_test_end_to_end
(
"materialized"
)
#
self._test_end_to_end("materialized")
#
def
test_end_to_end_bisection
(
self
):
#
def test_end_to_end_bisection(self):
self
.
_test_end_to_end
(
"bisection"
)
#
self._test_end_to_end("bisection")
# def test_fresh_randomness_materialized(self):
# def test_fresh_randomness_materialized(self):
# self._test_fresh_randomness("materialized")
# self._test_fresh_randomness("materialized")
...
...
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