Closed brosaplanella closed 1 year ago
Patch coverage: 95.52%
and project coverage change: +4.36%
:tada:
Comparison is base (
425303d
) 83.63% compared to head (04ecc98
) 88.00%. Report is 34 commits behind head on develop.:exclamation: Current head 04ecc98 differs from pull request most recent head df7f404. Consider uploading reports for the commit df7f404 to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
Add BasicGITT model so we can do some progress with GITT while I figure out how to implement it in PyBaMM.
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: