Commit 322def29 authored by Taylor Robie's avatar Taylor Robie
Browse files

restore data test

parent 3bbb62e7
......@@ -327,19 +327,19 @@ class BaseTest(tf.test.TestCase):
self.assertLess(deviation, 0.2)
# def test_end_to_end_materialized(self):
# self._test_end_to_end("materialized")
#
# def test_end_to_end_bisection(self):
# self._test_end_to_end("bisection")
def test_end_to_end_materialized(self):
self._test_end_to_end("materialized")
# def test_fresh_randomness_materialized(self):
# self._test_fresh_randomness("materialized")
#
# def test_fresh_randomness_bisection(self):
# self._test_fresh_randomness("bisection")
def test_end_to_end_bisection(self):
self._test_end_to_end("bisection")
def test_fresh_randomness_materialized(self):
self._test_fresh_randomness("materialized")
def test_fresh_randomness_bisection(self):
self._test_fresh_randomness("bisection")
if __name__ == "__main__":
tf.logging.set_verbosity(tf.logging.INFO)
# tf.test.main()
tf.test.main()
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment