Skip to content

Commit

Permalink
debug common 14
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-urban committed Jul 2, 2024
1 parent 8366e0d commit 25f6d80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tests/vectorinterpolators/common.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@ TEST_CASE("VectorInterpolators: should throw expected exceptions", TESTTAG)
REQUIRE_THROWS(vectorinterpolators::AkimaInterpolator(x_duplicates, y));
}

return;

SECTION("slerp interpolator")
{ // initialize test data (correct order)
std::vector<double> x = { -10, -5, 0, 6, 12 };
Expand Down

0 comments on commit 25f6d80

Please sign in to comment.