-
-
Notifications
You must be signed in to change notification settings - Fork 563
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
Lfp parameters #1209
Lfp parameters #1209
Conversation
…in 2019 papers Added parameters for A123 cell - based on Lain 2019 paper
Merge remote-tracking branch 'upsteam/master' into develop
v0.2.2 into master
slider bug fix
Fix PyPI upload
Fix description on PyPI
v0.2.3 release
…the "Parameter Evolution" file To be cleaned and updated later
Release 0.2.4
@all-contributors add @dalbamont for code |
@tinosulzer I've put up a pull request to add @dalbamont! 🎉 |
Codecov Report
@@ Coverage Diff @@
## develop #1209 +/- ##
========================================
Coverage 97.93% 97.93%
========================================
Files 247 249 +2
Lines 14048 14062 +14
========================================
+ Hits 13758 13772 +14
Misses 290 290
Continue to review full report at Codecov.
|
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.
Very nice work, just a few changes before we can merge. Also, take a look at the codacy report as there are two issues (basically a blank space and a blank line).
...put/parameters/lithium-ion/anodes/graphite_Ecker2015_Severson2019/graphite_ocp_Ecker2015.csv
Outdated
Show resolved
Hide resolved
...thium-ion/anodes/graphite_Ecker2015_Severson2019/measured_graphite_diffusivity_Ecker2015.csv
Outdated
Show resolved
Hide resolved
...lithium-ion/cathodes/LFP_Prada2013/LFP_electrolyte_exchange_current_density_kashkooli2017.py
Show resolved
Hide resolved
pybamm/input/parameters/lithium-ion/cathodes/LFP_Prada2013/parameters.csv
Outdated
Show resolved
Hide resolved
pybamm/input/parameters/lithium-ion/electrolytes/lipf6_Prada2013/README.md
Outdated
Show resolved
Hide resolved
...ut/parameters/lithium-ion/electrolytes/lipf6_Prada2013/electrolyte_conductivity_Nyman2008.py
Outdated
Show resolved
Hide resolved
...put/parameters/lithium-ion/electrolytes/lipf6_Prada2013/electrolyte_diffusivity_Nyman2008.py
Outdated
Show resolved
Hide resolved
tests/unit/test_parameters/test_parameter_sets/test_LFP_Prada2013.py
Outdated
Show resolved
Hide resolved
tests/unit/test_parameters/test_parameter_sets/test_LFP_Prada2013.py
Outdated
Show resolved
Hide resolved
Thanks @brosaplanella for all those good catches! |
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.
Looks good, thanks @tinosulzer and @dalbamont!
Description
Add parameters for A123 LFP cells
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:
$ flake8
$ python run-tests.py --unit
$ cd docs
and then$ make clean; make html
You can run all three at once, using
$ python run-tests.py --quick
.Further checks: