Skip to content

Commit

Permalink
fix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
gagelarsen committed Jun 15, 2022
1 parent 1ec48ed commit 0ed8ee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _package/xms/interp/interpolate/interp_linear_extrap_idw.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class InterpLinearExtrapIdw(Interpolator):

def __init__(self, points=None, triangles=None, scalars=None, nodal_function=None,
point_search_option="natural_neighbor", number_nearest_points=16, blend_weights=True,
progress=None, quadrant_oct=False, weight_quadrant_oct=False,
progress=None, quadrant_oct=False, weight_quadrant_oct=False,
weight_number_nearest_points=16, **kwargs):
"""Constructor.
Expand Down Expand Up @@ -407,7 +407,7 @@ def set_idw_search_options(self, nearest_point, quadrant_oct_search):
quadrant (2d) or octant (3d)
"""
self._instance.SetIdwSearchOpts(nearest_point, quadrant_oct_search)

@property
def truncate_interpolated_values(self):
"""Get the option to truncate interpolated values."""
Expand Down

0 comments on commit 0ed8ee5

Please sign in to comment.