Conversation
|
@DrSOKane this fixes the issue you were seeing in #5214. The problem is that in going from one step of the experiment to the next it was trying to create a 4D |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #5257 +/- ##
===========================================
- Coverage 98.78% 98.76% -0.02%
===========================================
Files 321 321
Lines 27642 27693 +51
===========================================
+ Hits 27305 27352 +47
- Misses 337 341 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
coverage is a bit lacking, but not going to block. |
|
will fix cov before merging |
Thank you, it works! |
…com/pybamm-team/PyBaMM into set-initial-conditions-from-y-slice
Description
Set initial conditions from
y_slicesinset_initial_conditions_fromif the model is discretised and the variable is in the state vector for the model and the solution.Fixes # (issue)
Type of change
Please add a line in the relevant section of CHANGELOG.md to document the change (include PR #)
Important checks:
Please confirm the following before marking the PR as ready for review:
nox -s pre-commitnox -s testsnox -s doctests