Skip to content

Commit

Permalink
Add a new anomaly enum to track bool_domain floats with non bool values
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 285003064
  • Loading branch information
tf-metadata-team authored and tf-metadata-team committed Dec 11, 2019
1 parent b1ec88c commit 4be966d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tensorflow_metadata/proto/v0/anomalies.proto
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ message AnomalyInfo {
BOOL_TYPE_STRING_NOT_INT = 8;
// Expected a string, but not the string seen
BOOL_TYPE_UNEXPECTED_STRING = 9;
// Boolean had float values other than 0 and 1.
BOOL_TYPE_UNEXPECTED_FLOAT = 52;
// BYTES type when expected STRING type
ENUM_TYPE_BYTES_NOT_STRING = 10;
// FLOAT type when expected STRING type
Expand Down

0 comments on commit 4be966d

Please sign in to comment.