Skip to content

Commit 1fe0c9e

Browse files
committed
#2358 updated changelog
1 parent 8ef4aa1 commit 1fe0c9e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Features
44

5+
- Added temperature control to experiment class. ([#2518])(https://github.com/pybamm-team/PyBaMM/pull/2518)
56
- 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)).
67

78
# [v22.12](https://github.com/pybamm-team/PyBaMM/tree/v22.12) - 2022-12-31

tests/unit/test_experiments/test_experiment.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ def test_read_strings_cccv_combined(self):
240240
cccv_handling="ode",
241241
)
242242

243-
experiment.operating_conditions,
244243
expected_result = [
245244
{
246245
"C-rate input [-]": 0.05,

0 commit comments

Comments
 (0)