Skip to content

Commit

Permalink
Fix VerticalDatasetTest
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 544655269
  • Loading branch information
rstz authored and copybara-github committed Jun 30, 2023
1 parent bb856d8 commit 8bd8961
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions yggdrasil_decision_forests/dataset/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ cc_test(
"//yggdrasil_decision_forests/utils:filesystem",
"//yggdrasil_decision_forests/utils:logging",
"//yggdrasil_decision_forests/utils:test",
"//yggdrasil_decision_forests/utils:testing_macros",
],
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include "yggdrasil_decision_forests/utils/filesystem.h"
#include "yggdrasil_decision_forests/utils/logging.h"
#include "yggdrasil_decision_forests/utils/test.h"
#include "yggdrasil_decision_forests/utils/testing_macros.h"

namespace yggdrasil_decision_forests {
namespace dataset {
Expand Down

0 comments on commit 8bd8961

Please sign in to comment.