Commit 559c791
Fix py2-3 compat issue in sending bytestring (GoogleCloudPlatform#878)
* Fix py2-3 compat issue in sending bytestring
* unmark test_predict_examples as slow
* Move data to resources
* Make test_census_example_bytes non-trivial
* Fix linter
* b64 encoded string must be decoded to utf-81 parent 2fac8d9 commit 559c791
File tree
4 files changed
+15
-21
lines changed- ml_engine/online_prediction
- resources
4 files changed
+15
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | 28 | | |
44 | 29 | | |
45 | 30 | | |
46 | 31 | | |
47 | 32 | | |
48 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
49 | 42 | | |
50 | 43 | | |
51 | 44 | | |
| |||
60 | 53 | | |
61 | 54 | | |
62 | 55 | | |
| 56 | + | |
63 | 57 | | |
64 | | - | |
| 58 | + | |
| 59 | + | |
65 | 60 | | |
66 | 61 | | |
67 | | - | |
68 | 62 | | |
69 | | - | |
70 | 63 | | |
71 | | - | |
| 64 | + | |
72 | 65 | | |
Binary file not shown.
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments