tardis-sn / stardis

TARDIS stellar radiative transfer
https://tardis-sn.github.io/stardis/
11 stars 15 forks source link

use np interpolator instead of scipy #217

Closed jvshields closed 1 month ago

jvshields commented 1 month ago

Scipy's linear1d interpolator is deprecated, so we're using numpy's instead. This also has the benefit of fixing an out of bounds error that sometimes came up to use the behavior we want of fill values being the first and last entry.