Uh oh!
There was an error while loading. Please reload this page.
Fix build failing with float precision mismatch - #3002
Conversation
| }, { | ||
| 'transcript': 'testing 4 5 6', | ||
| 'confidence': 0.0123456, | ||
| 'confidence': 0.125, |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
| }, { | ||
| 'transcript': 'testing streaming 4 5 6', | ||
| 'confidence': 0.0123456, | ||
| 'confidence': 0.125, |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
dhermes
commented
Feb 13, 2017
@lukesneeringer@geigerj Are you aware of any code paths in |
geigerj
commented
Feb 13, 2017
@dhermes I'm not particularly familiar with the inner workings of |
dhermes
commented
Feb 14, 2017
@daspecster LGTM. Let's get this merged ASAP. Squash if you'd like |
Whatever issue that caused this seems to have been a regression? I |
Build is failing due to float precision.
See: https://circleci.com/gh/GoogleCloudPlatform/google-cloud-python/876
Clarification:
float(i.e. single) vs.double. Double values are being cast down intofloat(which is correct, but is also a breaking change). For example