Skip to content

Commit

Permalink
#1957 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rtimms committed Mar 7, 2022
1 parent 7feb257 commit 9a1f455
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# [Unreleased](https://github.com/pybamm-team/PyBaMM/)

## Features

- Added an option "compute heat source for isothermal models" to choose whether or not the heat generation terms are computed when running models with the option `thermal="isothermal"` ([#1958](https://github.com/pybamm-team/PyBaMM/pull/1958))

## Bug fixes

- Fixed a bug where isothermal models did not compute any heat source terms ([#1958](https://github.com/pybamm-team/PyBaMM/pull/1958))
Expand Down
3 changes: 3 additions & 0 deletions pybamm/scikits_odes_setup.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
2022-03-04 15:15:46,487 - scikits.odes setup - INFO - Starting scikits.odes setup
2022-03-04 15:15:46,488 - scikits.odes setup - INFO - Looking for sundials at /home/user/.local
2022-03-04 15:15:46,488 - scikits.odes setup - INFO - Found sundials at /home/user/.local

0 comments on commit 9a1f455

Please sign in to comment.