We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11f076d commit 125dda0Copy full SHA for 125dda0
1 file changed
ml_engine/online_prediction/predict_test.py
@@ -34,3 +34,9 @@ def test_predict_json_error():
34
def test_census_example_to_bytes():
35
b = census_to_example_bytes(JSON)
36
assert EXAMPLE_BYTE_STRING == base64.b64encode(b)
37
+
38
+def test_predict_tfrecord():
39
+ # Using the same model for TFRecords and
40
+ # JSON is currently broken.
41
+ # TODO(elibixby) when b/35742966 is fixed add
42
+ pass
0 commit comments