We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f2e08 commit db37ed3Copy full SHA for db37ed3
tensorflow_data_validation/anomalies/custom_validation.cc
@@ -286,7 +286,8 @@ Status CustomValidateStatisticsWithSerializedInputs(
286
CustomValidateStatistics(test_statistics, base_statistics_ptr,
287
validations, environment, &anomalies);
288
if (!status.ok()) {
289
- return tensorflow::errors::Internal("Failed to run custom validations.");
+ return tensorflow::errors::Internal("Failed to run custom validations: ",
290
+ status.error_message());
291
}
292
if (!anomalies.SerializeToString(serialized_anomalies_proto)) {
293
return tensorflow::errors::Internal(
0 commit comments