提交 add1b323 编写于 作者: S Shanqing Cai

Fix gcs_test issues

1) pip install issue related to recent numpy upgrade
2) OutOfRange package issue caused by recent changes in TF Python code
上级 8ed00233
FROM ubuntu:14.04
FROM ubuntu:16.04
MAINTAINER Shanqing Cai <cais@google.com>
......
......@@ -107,6 +107,6 @@ if __name__ == "__main__":
print("FAIL: Failed to catch the expected OutOfRangeError while "
"reading one more record than is available")
sys.exit(1)
except tf.python.framework.errors.OutOfRangeError:
except tf.errors.OutOfRangeError:
print("Successfully caught the expected OutOfRangeError while "
"reading one more record than is available")
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册