From 762eaf443a72b4345bfd08cc423d3cf5c0a90224 Mon Sep 17 00:00:00 2001 From: abrammer Date: Sun, 29 Jul 2018 22:57:39 -0400 Subject: [PATCH] update changelog to include the addition of tests --- changelog/3695.bugfix.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog/3695.bugfix.rst b/changelog/3695.bugfix.rst index a6a15b697..42d07336b 100644 --- a/changelog/3695.bugfix.rst +++ b/changelog/3695.bugfix.rst @@ -1 +1,2 @@ Fix ``ApproxNumpy`` initialisation argument mixup, ``abs`` and ``rel`` tolerances were flipped causing strange comparsion results. +Add tests to check ``abs`` and ``rel`` tolerances for ``np.array`` and test for expecting ``nan`` with ``np.array()``