Issue 2219 initial soc from experiment - #2851
brosaplanella merged 24 commits into
Conversation
rpt example
first draft of rpt code hackthon
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2851 +/- ##
========================================
Coverage 99.56% 99.56%
========================================
Files 253 253
Lines 19559 19559
========================================
Hits 19474 19474
Misses 85 85 ☔ View full report in Codecov by Sentry. |
…issue-2219-initial-SoC-from-experiment
Do you mean this one by Ganesh? https://github.com/ganmad/PyBaMM-Local/blob/issue-2219-initial-SoC-from-experiment/examples/notebooks/rpt-experiment.ipynb |
|
yes, thanks! would be good to add those with some explanation |
|
Hi Rob and Simon,
Thanks for reminding. Will work on it and add some explanation on it. Happy
to receive support on this.
Best regards,
Ganesh
…On Tue, 2 May 2023, 11:03 Robert Timms, ***@***.***> wrote:
yes, thanks! would be good to add those with some explanation
—
Reply to this email directly, view it on GitHub
<#2851 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL6TQP62IYUZOD3Y743HRHDXEDLWXANCNFSM6AAAAAAWRHMENQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
| @@ -0,0 +1,424 @@ | |||
| { | |||
There was a problem hiding this comment.
A few minor style comments:
- Use bullet points (
*in markdown) - Format the variables (e.g.
cccv_experiment) as inline code, using`before and after the variable.
Reply via ReviewNB
brosaplanella
left a comment
There was a problem hiding this comment.
Thanks Simon! Looks good to me, just a small style comment. It would be good to get @rtimms review before merging.
|
Thanks, @DrSOKane looks good! I think the notebook text could be updated to give a better explanation of what is being done and why, but otherwise good to go! |
Description
Added new rpt-experiment notebook to demonstrate how to set up degradation experiments with reference performance tests (RPTs).
Fixes #2219
Type of change
Please add a line in the relevant section of CHANGELOG.md to document the change (include PR #) - note reverse order of PR #s. If necessary, also add to the list of breaking changes.
Key checklist:
$ pre-commit run(see CONTRIBUTING.md for how to set this up to run automatically when committing locally, in just two lines of code)$ python run-tests.py --all$ python run-tests.py --doctestYou can run unit and doctests together at once, using
$ python run-tests.py --quick.Further checks: