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
Consider aligning pybop.Dataset with pybop/pybamm.Solution so that data can be extracted (e.g. by the EP-BOLFI optimiser) in the same way, i.e. using dataset["Variable name"].data (note the required .data).
Consider aligning
pybop.Datasetwithpybop/pybamm.Solutionso that data can be extracted (e.g. by the EP-BOLFI optimiser) in the same way, i.e. usingdataset["Variable name"].data(note the required.data).