Skip to content

Commit

Permalink
Fixed test baseline for changes to xmsgrid.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdolinar authored and wdolinar committed May 18, 2023
1 parent 081ccd6 commit 706d232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _package/xms/interp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .api.interpolator import interpolate_to_grid # NOQA: F401
from .api.interpolator import interpolate_to_points # NOQA: F401

__version__ = '6.1.6'
__version__ = '6.1.7'
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.17190981f, 0.60451090f, 0.656281888f, 13.252287f, 0.0f};
vBase = {6.19763422f, 0.60451090f, -0.801453113f, 13.252287f, 0.0f};
TS_ASSERT_DELTA_VEC(vBase, s, 1e-7);
}
//------------------------------------------------------------------------------
Expand Down

0 comments on commit 706d232

Please sign in to comment.