-
-
Notifications
You must be signed in to change notification settings - Fork 572
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue 2219 initial soc from experiment #2851
Issue 2219 initial soc from experiment #2851
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:
***@***.***>
|
…issue-2219-initial-SoC-from-experiment
@@ -0,0 +1,424 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 --doctest
You can run unit and doctests together at once, using
$ python run-tests.py --quick
.Further checks: