Skip to content

Commit 61561b0

Browse files
authoredDec 13, 2019
Merge pull request #761 from pybamm-team/issue-683-results
#683 remove results folder and link to new repo
2 parents 489f90e + 42cb72c commit 61561b0

36 files changed

+8
-3106
lines changed
 

‎CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444

4545
## Breaking changes
4646

47+
- Moved `results` to separate repositories ([#761](https://github.com/pybamm-team/PyBaMM/pull/761))
4748
- The parameters "Bruggeman coefficient" must now be specified separately as "Bruggeman coefficient (electrolyte)" and "Bruggeman coefficient (electrode)"
4849
- The current classes (`GetConstantCurrent`, `GetUserCurrent` and `GetUserData`) have now been removed. Please refer to the [`change-input-current` notebook](https://github.com/pybamm-team/PyBaMM/blob/master/examples/notebooks/change-input-current.ipynb) for information on how to specify an input current
4950
- Parameter functions must now use pybamm functions instead of numpy functions (e.g. `pybamm.exp` instead of `numpy.exp`), as these are then used to construct the expression tree directly. Generally, pybamm syntax follows numpy syntax; please get in touch if a function you need is missing.

‎README.md

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ hosted on [Read The Docs](readthedocs.io). A set of slides giving an overview of
2929
can be found
3030
[here](https://github.com/pybamm-team/pybamm_summary_slides/blob/master/pybamm.pdf).
3131

32+
For further examples, see the list of repositories that use PyBaMM [here](https://github.com/pybamm-team/pybamm-example-results)
33+
3234
## How can I obtain & install PyBaMM?
3335

3436
### Linux

‎examples/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Examples
2+
3+
A collection of Python scripts and Jupyter notebooks that demonstrate how to use PyBaMM.
4+
For further examples, see the list of repositories that use PyBaMM [here](https://github.com/pybamm-team/pybamm-example-results)

‎results/2019_08_sulzer_thesis/README.md

-48
This file was deleted.

‎results/2019_08_sulzer_thesis/_matplotlibrc

-27
This file was deleted.

‎results/2019_08_sulzer_thesis/effect_of_capacitance.py

-159
This file was deleted.

‎results/2019_08_sulzer_thesis/effect_of_convection.py

-125
This file was deleted.

0 commit comments

Comments
 (0)