From 8f04bd003c67e6b1bffb2175fe191cc33954a95b Mon Sep 17 00:00:00 2001 From: MyComputer Date: Sat, 18 May 2019 17:11:23 -0400 Subject: [PATCH] Fix misspellings --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 013e891d8..86a2d9b84 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1630,7 +1630,7 @@ Bug Fixes - `#2220 `_: Fix a bug where fixtures overridden by direct parameters (for example parametrization) were being instantiated even if they were not being used by a test. -- `#3695 `_: Fix ``ApproxNumpy`` initialisation argument mixup, ``abs`` and ``rel`` tolerances were flipped causing strange comparsion results. +- `#3695 `_: Fix ``ApproxNumpy`` initialisation argument mixup, ``abs`` and ``rel`` tolerances were flipped causing strange comparison results. Add tests to check ``abs`` and ``rel`` tolerances for ``np.array`` and test for expecting ``nan`` with ``np.array()``