Skip to content

Commit

Permalink
Fix compiler error when HAVE_ONEDAL and HAVE_MLPACK are both false. (…
Browse files Browse the repository at this point in the history
…#7306)

Signed-off-by: Misiu Godfrey <misiu.godfrey@kraken.mapd.com>
  • Loading branch information
mattpulver authored and misiugodfrey committed Aug 28, 2023
1 parent ba44a54 commit 886a67d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/ShowCommandsDdlTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3708,6 +3708,7 @@ TEST_F(SystemTablesTest, CreateOrReplaceModel) {
#elif HAVE_MLPACK
const std::string ml_framework = "mlpack";
#else
const std::string ml_framework = "UNUSED"; // Satisfy compiler
return;
#endif
switchToAdmin();
Expand Down

0 comments on commit 886a67d

Please sign in to comment.