aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/timeseries/examples
diff options
context:
space:
mode:
authorGravatar Allen Lavoie <allenl@google.com>2017-07-12 15:45:25 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-07-12 15:49:34 -0700
commit8f2de3847fdab53926b940fee99d7b95e7dfc6c7 (patch)
tree778be8e66c36104794b3391d3d723f5e280e51d1 /tensorflow/contrib/timeseries/examples
parentfe5338177d84d696a02fd5718d649967940855b9 (diff)
TFTS: Re-enable pip GPU tests
I believe these were fixed with cl/161157061 tensorflow-cl-gpu-pip passing: https://ci.tensorflow.org/job/tensorflow-cl-presubmit-multijob/14043/ PiperOrigin-RevId: 161729658
Diffstat (limited to 'tensorflow/contrib/timeseries/examples')
-rw-r--r--tensorflow/contrib/timeseries/examples/BUILD9
1 files changed, 0 insertions, 9 deletions
diff --git a/tensorflow/contrib/timeseries/examples/BUILD b/tensorflow/contrib/timeseries/examples/BUILD
index c6ffc1ac00..fc18664722 100644
--- a/tensorflow/contrib/timeseries/examples/BUILD
+++ b/tensorflow/contrib/timeseries/examples/BUILD
@@ -33,9 +33,6 @@ py_test(
"data/period_trend.csv",
],
srcs_version = "PY2AND3",
- tags = [
- "no_pip_gpu", # b/63391119
- ],
deps = [
":predict",
],
@@ -64,9 +61,6 @@ py_test(
"known_anomaly_test.py",
],
srcs_version = "PY2AND3",
- tags = [
- "no_pip_gpu", # b/63391119
- ],
deps = [
":known_anomaly",
],
@@ -96,9 +90,6 @@ py_test(
"multivariate_test.py",
],
srcs_version = "PY2AND3",
- tags = [
- "no_pip_gpu", # b/63391119
- ],
deps = [
":multivariate",
],