Skip to content

Commit

Permalink
Update protobuf (#445)
Browse files Browse the repository at this point in the history
update expect files for protobuf3.8.0
  • Loading branch information
lanpa committed Jun 11, 2019
1 parent 16041a6 commit b238cf6
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 25 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ install:
- pip install visdom
- pip install tb-nightly
- pip install crc32c
- pip install protobuf==3.8.0
- conda install ffmpeg
- conda list
- python -c "import imageio; imageio.plugins.ffmpeg.download()"
Expand Down
2 changes: 1 addition & 1 deletion tests/expect/test_summary.test_audio.expect
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
value {
tag: "dummy"
audio {
sample_rate: 44100
sample_rate: 44100.0
num_channels: 1
length_frames: 42
encoded_audio_string: "RIFFx\000\000\000WAVEfmt \020\000\000\000\001\000\001\000D\254\000\000\210X\001\000\002\000\020\000dataT\000\000\000\000\000\377\177\377\177\377\177\377\177\377\177\377\177\377\177\377\177\377\177\377\177\377\177\377\177\377\177\377\177\377\177\377\177\377\177\377\177\377\177\377\177\377\177\377\177\377\177\377\177\377\177\377\177\377\177\377\177\377\177\377\177\377\177\377\177\377\177\377\177\377\177\377\177\377\177\377\177\377\177\377\177\377\177"
Expand Down
16 changes: 8 additions & 8 deletions tests/expect/test_summary.test_histogram_auto.expect
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ value {
tag: "dummy"
histo {
max: 1023.0
num: 1024
num: 1024.0
sum: 523776.0
sum_squares: 357389824.0
bucket_limit: 0.0
Expand All @@ -12,12 +12,12 @@ value {
bucket_limit: 744.0
bucket_limit: 930.0
bucket_limit: 1023.0
bucket: 0
bucket: 186
bucket: 186
bucket: 186
bucket: 186
bucket: 186
bucket: 94
bucket: 0.0
bucket: 186.0
bucket: 186.0
bucket: 186.0
bucket: 186.0
bucket: 186.0
bucket: 94.0
}
}
16 changes: 8 additions & 8 deletions tests/expect/test_summary.test_histogram_doane.expect
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ value {
tag: "dummy"
histo {
max: 1023.0
num: 1024
num: 1024.0
sum: 523776.0
sum_squares: 357389824.0
bucket_limit: 0.0
Expand All @@ -12,12 +12,12 @@ value {
bucket_limit: 744.0
bucket_limit: 930.0
bucket_limit: 1023.0
bucket: 0
bucket: 186
bucket: 186
bucket: 186
bucket: 186
bucket: 186
bucket: 94
bucket: 0.0
bucket: 186.0
bucket: 186.0
bucket: 186.0
bucket: 186.0
bucket: 186.0
bucket: 94.0
}
}
16 changes: 8 additions & 8 deletions tests/expect/test_summary.test_histogram_fd.expect
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ value {
tag: "dummy"
histo {
max: 1023.0
num: 1024
num: 1024.0
sum: 523776.0
sum_squares: 357389824.0
bucket_limit: 0.0
Expand All @@ -12,12 +12,12 @@ value {
bucket_limit: 744.0
bucket_limit: 930.0
bucket_limit: 1023.0
bucket: 0
bucket: 186
bucket: 186
bucket: 186
bucket: 186
bucket: 186
bucket: 94
bucket: 0.0
bucket: 186.0
bucket: 186.0
bucket: 186.0
bucket: 186.0
bucket: 186.0
bucket: 94.0
}
}

0 comments on commit b238cf6

Please sign in to comment.