Skip to content

Commit

Permalink
windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Feb 21, 2025
1 parent 3958b52 commit 6a58983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/cpp/c_api/test_c_api.cc
Original file line number Diff line number Diff line change
Expand Up @@ -613,8 +613,8 @@ TEST(CAPI, PredictReuseProxy) {
config["type"] = Integer{0};
config["iteration_begin"] = config["iteration_end"] = Integer{0};
config["missing"] = Number{std::numeric_limits<float>::quiet_NaN()};
config["strict_shape"] = true;
config["training"] = false;
config["strict_shape"] = Boolean{true};
config["training"] = Boolean{false};
auto scfg = Json::Dump(config);

HostDeviceVector<float> storage;
Expand Down

0 comments on commit 6a58983

Please sign in to comment.