Commit d43c736e authored by Neal Wu's avatar Neal Wu Committed by GitHub
Browse files

Add blank lines after class declarations (#2473)

parent 02732868
......@@ -26,6 +26,7 @@ tf.logging.set_verbosity(tf.logging.ERROR)
class BaseTest(tf.test.TestCase):
def input_fn(self):
features = tf.random_uniform([55000, 784])
labels = tf.random_uniform([55000], maxval=9, dtype=tf.int32)
......
......@@ -31,6 +31,7 @@ tf.logging.set_verbosity(tf.logging.ERROR)
class BaseTest(tf.test.TestCase):
def test_dataset_input_fn(self):
fake_data = bytearray()
fake_data.append(7)
......
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