Skip to content

Commit 706d232

Browse files
bdolinarwdolinar
authored andcommitted
Fixed test baseline for changes to xmsgrid.
1 parent 081ccd6 commit 706d232

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_package/xms/interp/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from .api.interpolator import interpolate_to_grid # NOQA: F401
44
from .api.interpolator import interpolate_to_points # NOQA: F401
55

6-
__version__ = '6.1.6'
6+
__version__ = '6.1.7'

xmsinterp/interpolate/InterpIdw.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ void InterpIdwUnitTests::testInterp2d_d()
883883
idw->SetNodalFunction(InterpIdw::GRAD_PLANE, 6, true, NULL);
884884
for (int i = 0; i < 5; ++i)
885885
s[i] = idw->InterpToPt(ipts[i]);
886-
vBase = {6.17190981f, 0.60451090f, 0.656281888f, 13.252287f, 0.0f};
886+
vBase = {6.19763422f, 0.60451090f, -0.801453113f, 13.252287f, 0.0f};
887887
TS_ASSERT_DELTA_VEC(vBase, s, 1e-7);
888888
}
889889
//------------------------------------------------------------------------------

0 commit comments

Comments
 (0)