From c8964436d231c4881d0fd1718f452f98fca61294 Mon Sep 17 00:00:00 2001 From: Scott Marquis Date: Mon, 10 Jan 2022 09:50:35 +0100 Subject: [PATCH] #1886 actually fixed the link in the changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93d7216800..94bcb34743 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ ## Bug fixes -- Fixed issue in extraction of sensitivites ([#1886](https://github.com/pybamm-team/PyBaMM/pull/1894/files)) +- Fixed issue in extraction of sensitivites ([#1886](https://github.com/pybamm-team/PyBaMM/pull/1894)) - `PyBaMM` is now importable in `Linux` systems where `jax` is already installed ([#1874](https://github.com/pybamm-team/PyBaMM/pull/1874)) - Simulations with drive cycles now support `initial_soc` ([#1842](https://github.com/pybamm-team/PyBaMM/pull/1842)) - Fixed bug in expression tree simplification ([#1831](https://github.com/pybamm-team/PyBaMM/pull/1831))