Skip to content

Commit

Permalink
Merge pull request #761 from pybamm-team/issue-683-results
Browse files Browse the repository at this point in the history
#683 remove results folder and link to new repo
  • Loading branch information
valentinsulzer authored Dec 13, 2019
2 parents 489f90e + 42cb72c commit 61561b0
Show file tree
Hide file tree
Showing 36 changed files with 8 additions and 3,106 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@

## Breaking changes

- Moved `results` to separate repositories ([#761](https://github.com/pybamm-team/PyBaMM/pull/761))
- The parameters "Bruggeman coefficient" must now be specified separately as "Bruggeman coefficient (electrolyte)" and "Bruggeman coefficient (electrode)"
- 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
- 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.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ hosted on [Read The Docs](readthedocs.io). A set of slides giving an overview of
can be found
[here](https://github.com/pybamm-team/pybamm_summary_slides/blob/master/pybamm.pdf).

For further examples, see the list of repositories that use PyBaMM [here](https://github.com/pybamm-team/pybamm-example-results)

## How can I obtain & install PyBaMM?

### Linux
Expand Down
4 changes: 4 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Examples

A collection of Python scripts and Jupyter notebooks that demonstrate how to use PyBaMM.
For further examples, see the list of repositories that use PyBaMM [here](https://github.com/pybamm-team/pybamm-example-results)
48 changes: 0 additions & 48 deletions results/2019_08_sulzer_thesis/README.md

This file was deleted.

27 changes: 0 additions & 27 deletions results/2019_08_sulzer_thesis/_matplotlibrc

This file was deleted.

159 changes: 0 additions & 159 deletions results/2019_08_sulzer_thesis/effect_of_capacitance.py

This file was deleted.

125 changes: 0 additions & 125 deletions results/2019_08_sulzer_thesis/effect_of_convection.py

This file was deleted.

Loading

0 comments on commit 61561b0

Please sign in to comment.