Skip to content

Commit

Permalink
#EDITS: updating unit test for stats module
Browse files Browse the repository at this point in the history
  • Loading branch information
akielaries committed Feb 11, 2024
1 parent f2a5080 commit 8843d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/stats/t_probdist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ TEST(ProbDistTest, ToleranceInterval) {
EXPECT_LT(interval.first, interval.second);
}

TEST(ProbDistTestBootstrap, BootstrapResampling) {
TEST(ProbDistTest, BootstrapResampling) {
gpmp::stats::ProbDist probDist;

std::vector<double> data = {1.0, 2.0, 3.0, 4.0, 5.0};
Expand Down

0 comments on commit 8843d68

Please sign in to comment.