You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a pybamm.Interpolant object is created you can set the interpolator to "linear", "pchip" or "cubic spline" (default). When this node gets converted to casadi, the converted interpolator is always a spline. We should raise a warning if an Interpolant using "linear" or "pchip" gets converted to casadi's interpolant so that users know it is switching to a spline.
The text was updated successfully, but these errors were encountered:
When a
pybamm.Interpolant
object is created you can set theinterpolator
to "linear", "pchip" or "cubic spline" (default). When this node gets converted to casadi, the converted interpolator is always a spline. We should raise a warning if anInterpolant
using "linear" or "pchip" gets converted to casadi's interpolant so that users know it is switching to a spline.The text was updated successfully, but these errors were encountered: