Skip to content

Commit

Permalink
Update regression tests after dvstar definition change
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalior committed Jan 17, 2023
1 parent b49113a commit 5aba3e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/dvstar_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ TEST_F(DvstarTests, Similar) {

double dist = dvstar(run_one_path, run_two_path, 0);

EXPECT_FLOAT_EQ(dist, 0.014657059);
EXPECT_FLOAT_EQ(dist, 0.15452552);
}

TEST_F(DvstarTests, Different) {
Expand All @@ -78,7 +78,7 @@ TEST_F(DvstarTests, Different) {

double dist = dvstar(run_one_path, run_two_path, 0);

EXPECT_FLOAT_EQ(dist, 0.044825714);
EXPECT_FLOAT_EQ(dist, 0.27162704);
}

TEST_F(DvstarTests, RegressionVersions) {
Expand Down

0 comments on commit 5aba3e5

Please sign in to comment.