fmihpc / analysator

Python based package for analyzing vlsv files produced by Vlasiator
GNU General Public License v2.0
5 stars 32 forks source link

RBFInterpolator guarding #216

Closed alhom closed 4 months ago

alhom commented 4 months ago

RBF interpolator not available on old SciPy versions, this guards against that with a fallback and a warning message. Also a bit of cleanup.