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
Fixed load_custom_model raising ImportError when the saved base class lives in a package not installed in the loading environment. The loader now falls back to pybamm.BaseModel with a warning. (#5441)
Fixed serialisation bug in 2D finite volume discretisation. (#5434)