Skip to content

Commit

Permalink
#2358 updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Scottmar93 committed Jan 10, 2023
1 parent 8ef4aa1 commit 1fe0c9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Features

- Added temperature control to experiment class. ([#2518])(https://github.com/pybamm-team/PyBaMM/pull/2518)
- Steps in `Experiment` can now be tagged and cycle numbers be searched based on those tags ([#2593](https://github.com/pybamm-team/PyBaMM/pull/2593)).

# [v22.12](https://github.com/pybamm-team/PyBaMM/tree/v22.12) - 2022-12-31
Expand Down
1 change: 0 additions & 1 deletion tests/unit/test_experiments/test_experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ def test_read_strings_cccv_combined(self):
cccv_handling="ode",
)

experiment.operating_conditions,
expected_result = [
{
"C-rate input [-]": 0.05,
Expand Down

0 comments on commit 1fe0c9e

Please sign in to comment.