Skip to content

Commit

Permalink
#613 added more scipy refs
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinsulzer committed Feb 11, 2020
1 parent aef253c commit 23816a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Features

- Added `Citations` object to print references when specific functionality is used ([#818](https://github.com/pybamm-team/PyBaMM/pull/818))
- Updated `Solution` to allow exporting to matlab and csv formats ([#811](https://github.com/pybamm-team/PyBaMM/pull/811))
- Added functionality to solve DAE models with non-smooth current inputs ([#808](https://github.com/pybamm-team/PyBaMM/pull/808))
- Added functionality to simulate experiments and testing protocols ([#807](https://github.com/pybamm-team/PyBaMM/pull/807))
- Added fuzzy string matching for parameters and variables ([#796](https://github.com/pybamm-team/PyBaMM/pull/796))
Expand Down
2 changes: 2 additions & 0 deletions pybamm/solvers/base_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,8 @@ def jac_fn(y0_alg):
method=self.root_method,
tol=self.root_tol,
)
pybamm.citations.register("virtanen2020scipy")

# Return full set of consistent initial conditions (y0_diff unchanged)
y0_consistent = np.concatenate([y0_diff, sol.x])

Expand Down

0 comments on commit 23816a8

Please sign in to comment.