From 2eb9301ad553961bd4a4a48519df867879a03f35 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 25 Jul 2018 08:09:31 -0300 Subject: [PATCH] Improve CHANGELOG --- changelog/3695.bugfix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/3695.bugfix.rst b/changelog/3695.bugfix.rst index e9e258fd4..a6a15b697 100644 --- a/changelog/3695.bugfix.rst +++ b/changelog/3695.bugfix.rst @@ -1 +1 @@ -Fix ApproxNumpy initialisation argument mixup. abs rel tolerances were previously flipped +Fix ``ApproxNumpy`` initialisation argument mixup, ``abs`` and ``rel`` tolerances were flipped causing strange comparsion results.