comet-toolkit / comet_maths

GNU Lesser General Public License v3.0
6 stars 1 forks source link

Handle nans in interpolation methods #12

Open madsted opened 5 months ago

madsted commented 5 months ago

From discussion with Pieter: proposed solution is to add a bit at the start of the interp function to check for nans & if present, raise a warning, remove them & then perform the interpolation