-
Maintenance:
- Replace
scipy.interpolate.interpnd
withscipy.interpolate._interpnd
(should be a temporary solution, would be better to not use private modules). - Fix test failures; they were related to the change of SciPy v1.15 of
constants.mu_0
value changed to the more precise double precision value (scipy/scipy#11345).
- Replace