forked from pybamm-team/PyBaMM
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added pooch registries for data files (pybamm-team#4098)
* added pooch * removed getpath() * added data_loader to notebooks and scripts * removed data files in the registry * added docs and implemented code review suggestions * added example notebook, unit tests and edited changelog * fixed pouch cell notebook * Apply suggestions from code review Co-authored-by: Agriya Khetarpal <[email protected]> * style: pre-commit fixes * added more test coverage, fixed notebook and code review suggestions * added bib references * fixed doctest and script test errors * fixed codacy warnings * using sockets for checking network * code review suggestions along with notebook update * Apply suggestions from code review Co-authored-by: Eric G. Kratz <[email protected]> * fixed RUF015 * changed link referenced and fixed lychee warning * changed the data files link under input/ to pybamm-data repo --------- Co-authored-by: Agriya Khetarpal <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ferran Brosa Planella <[email protected]> Co-authored-by: Arjun Verma <[email protected]> Co-authored-by: Eric G. Kratz <[email protected]>
- Loading branch information
Showing
53 changed files
with
907 additions
and
979,843 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
PyBaMM Data | ||
=========== | ||
|
||
.. autoclass:: pybamm.DataLoader | ||
:members: | ||
|
||
.. footbibliography:: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
102 changes: 70 additions & 32 deletions
102
docs/source/examples/notebooks/models/Validating_mechanical_models_Enertech_DFN.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
14 changes: 11 additions & 3 deletions
14
docs/source/examples/notebooks/models/compare-comsol-discharge-curve.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
34 changes: 17 additions & 17 deletions
34
docs/source/examples/notebooks/models/compare-ecker-data.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
64 changes: 40 additions & 24 deletions
64
docs/source/examples/notebooks/models/pouch-cell-model.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.