Skip to content

Commit

Permalink
Merge branch 'main' into experimental/pivot-perturbation
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyXiang8787 authored Jan 3, 2025
2 parents a0140b7 + 3121369 commit f822818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cpp_validation_tests/test_validation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ OwningDataset load_dataset(std::filesystem::path const& path) {
#else // __clang_analyzer__ // issue in msgpack
(void)path;
// fallback for https://github.com/msgpack/msgpack-c/issues/1098
return OwningDataset{};
return OwningDataset{.dataset{"Empty dataset", false, Idx{1}}};
#endif // __clang_analyzer__ // issue in msgpack
}

Expand Down

0 comments on commit f822818

Please sign in to comment.