Skip to content

Commit

Permalink
-fix failing test due to bug fix in xmsgrid PtSearch for quadrant search
Browse files Browse the repository at this point in the history
  • Loading branch information
alemon-aquaveo authored and wdolinar committed May 15, 2023
1 parent 4e82907 commit eeaed94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmsinterp/interpolate/InterpIdw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ void InterpIdwUnitTests::testInterp2d_d()
idw->SetNodalFunction(InterpIdw::GRAD_PLANE, 6, true, NULL);
for (int i = 0; i < 5; ++i)
s[i] = idw->InterpToPt(ipts[i]);
vBase = {6.1976342f, 0.60451090f, -0.80145311f, 13.252287f, 0.0f};
vBase = {6.17190981f, 0.60451090f, 0.656281888f, 13.252287f, 0.0f};
TS_ASSERT_DELTA_VEC(vBase, s, 1e-7);
}
//------------------------------------------------------------------------------
Expand Down

0 comments on commit eeaed94

Please sign in to comment.