Skip to content

Commit

Permalink
cleanup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
etotheipluspi committed Nov 1, 2024
1 parent aa1e001 commit d281881
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/unit_tests/InterpolationTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -347,9 +347,6 @@ class InterpolationTest : public CxxTest::TestSuite {
// Expected value calculated directly
double expectedValue = nonLinearFunction(queryPoint);

double expected_zero_zz = nonLinearFunction({0.25, 0.75, 0.5, 0.0});
double expected_p5_zz = nonLinearFunction({0.25, 0.75, 0.5, -0.5});

// Perform interpolation
double interpolatedValue = interpolate(queryPoint, points);

Expand Down

0 comments on commit d281881

Please sign in to comment.