Possible bug when adding observation of 0 #34
Closed
peterdudfield
announced in
General
Replies: 2 comments 1 reply
-
|
I can see in the code we use |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Ah, this is actually due to a subtlety in the way the values are serialized onto the wire in proto using the version 3 syntax - the default values aren't set (which for an integer, is 0). But the validation tool |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
version 0.1.1
When adding a observation of 0, we get the error
'validation error:\n - values[0].value_percent: value is required [required]\nif i change the zeros to ones, then I dont get this error
Beta Was this translation helpful? Give feedback.
All reactions