Skip to content

Commit

Permalink
debug common 21
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-urban committed Jul 2, 2024
1 parent a3976db commit 92fadc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tests/vectorinterpolators/common.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ TEST_CASE("VectorInterpolators: should throw expected exceptions", TESTTAG)
REQUIRE_THROWS(vectorinterpolators::SlerpInterpolator(x_wrong_order, yaw, pitch, roll));
REQUIRE_THROWS(interpolator.set_data_XYPR(x_wrong_order, yaw, pitch, roll));

return;
// initialize test data (duplicates)
std::vector<double> x_duplicates = { -5, -10, 0, 0, 6, 12 };

Expand Down

0 comments on commit 92fadc8

Please sign in to comment.