aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/learn/python/learn/datasets/synthetic_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/learn/python/learn/datasets/synthetic_test.py')
-rw-r--r--tensorflow/contrib/learn/python/learn/datasets/synthetic_test.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tensorflow/contrib/learn/python/learn/datasets/synthetic_test.py b/tensorflow/contrib/learn/python/learn/datasets/synthetic_test.py
index 613d8d39a3..5809995c8c 100644
--- a/tensorflow/contrib/learn/python/learn/datasets/synthetic_test.py
+++ b/tensorflow/contrib/learn/python/learn/datasets/synthetic_test.py
@@ -136,6 +136,9 @@ class SyntheticTest(test.TestCase):
self.assertRaises(AssertionError, np.testing.assert_array_equal,
spir0.data, spir1.data)
+ def test_spirals_synthetic(self):
+ synthetic.spirals(3)
+
if __name__ == '__main__':
test.main()