Skip to content

Commit

Permalink
Disable Avro+Polars tests following Polars regresion
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 700934858
  • Loading branch information
achoum authored and copybara-github committed Nov 28, 2024
1 parent 82dc873 commit 3235c1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yggdrasil_decision_forests/metric/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ cc_library_ydf(
":metric_cc_proto",
":ranking",
":ranking_utils",
"//third_party/boost/allowed",
"//yggdrasil_decision_forests/dataset:data_spec",
"//yggdrasil_decision_forests/dataset:data_spec_cc_proto",
"//yggdrasil_decision_forests/model:abstract_model_cc_proto",
Expand All @@ -42,7 +43,6 @@ cc_library_ydf(
"@com_google_absl//absl/status:statusor",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/types:span",
"@org_boost_math//:boost_math",
] + select({
"//conditions:default": [
],
Expand Down Expand Up @@ -85,6 +85,7 @@ cc_library_ydf(
":metric",
":metric_cc_proto",
":ranking",
"//third_party/boost/allowed",
"//yggdrasil_decision_forests/dataset:data_spec",
"//yggdrasil_decision_forests/dataset:data_spec_cc_proto",
"//yggdrasil_decision_forests/model:abstract_model_cc_proto",
Expand All @@ -94,7 +95,6 @@ cc_library_ydf(
"@com_google_absl//absl/container:flat_hash_map",
"@com_google_absl//absl/status:statusor",
"@com_google_absl//absl/strings",
"@org_boost_math//:boost_math",
],
)

Expand Down Expand Up @@ -176,10 +176,10 @@ cc_test(
":comparison",
":metric",
":metric_cc_proto",
"//third_party/boost/allowed",
"//yggdrasil_decision_forests/utils:random",
"@com_google_absl//absl/log:check",
"@com_google_googletest//:gtest_main",
"@org_boost_math//:boost_math",
],
)

Expand Down

0 comments on commit 3235c1f

Please sign in to comment.