tobac-project / tobac

Tracking and object-based analysis of clouds
BSD 3-Clause "New" or "Revised" License
102 stars 54 forks source link

Fix floating point error in 2d/3d coordinate interpolation #434

Closed w-k-jones closed 2 months ago

w-k-jones commented 4 months ago

Resolves #433. Clipping of hdim1/2 values to size of dimensions (or size + 1 for periodic coordinates) in feature_location, and extrapolation enabled for 2d/3d coordinates as with 1d coords.

github-actions[bot] commented 4 months ago

Linting results by Pylint:

Your code has been rated at 8.70/10 (previous run: 8.70/10, +0.00) The linting score is an indicator that reflects how well your code version follows Pylint’s coding standards and quality metrics with respect to the RC_v1.5.x branch. A decrease usually indicates your new code does not fully meet style guidelines or has potential errors.

freemansw1 commented 3 months ago

@w-k-jones, are you happy to merge? Only issue seems to be codecov.