aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/pip_package/pip_smoke_test.py
diff options
context:
space:
mode:
authorGravatar Shanqing Cai <cais@google.com>2017-05-04 19:11:23 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-05-04 20:31:42 -0700
commit44cf98028b635ff3dd4145df263b0706ba663924 (patch)
tree98e34c1e287c863a533d797f8aea416a3fa60816 /tensorflow/tools/pip_package/pip_smoke_test.py
parentafd69fc26f85782dd6ac44ef1e05ff0d147399a9 (diff)
RNN checkpoint migration tool
Change: 155158477
Diffstat (limited to 'tensorflow/tools/pip_package/pip_smoke_test.py')
-rw-r--r--tensorflow/tools/pip_package/pip_smoke_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/tools/pip_package/pip_smoke_test.py b/tensorflow/tools/pip_package/pip_smoke_test.py
index 4bb5c1b73c..459d6ee328 100644
--- a/tensorflow/tools/pip_package/pip_smoke_test.py
+++ b/tensorflow/tools/pip_package/pip_smoke_test.py
@@ -57,7 +57,7 @@ BLACKLIST = [
"//tensorflow/contrib/factorization/examples:mnist.py",
"//tensorflow/contrib/factorization:factorization_py_CYCLIC_DEPENDENCIES_THAT_NEED_TO_GO", # pylint:disable=line-too-long
"//tensorflow/contrib/bayesflow:reinforce_simple_example",
- "//tensorflow/contrib/bayesflow:examples/reinforce_simple/reinforce_simple_example.py" # pylint:disable=line-too-long
+ "//tensorflow/contrib/bayesflow:examples/reinforce_simple/reinforce_simple_example.py", # pylint:disable=line-too-long
]