diff --git a/AUTHORS b/AUTHORS index 1c82b006d..69e71fa10 100644 --- a/AUTHORS +++ b/AUTHORS @@ -185,6 +185,7 @@ Katerina Koukiou Keri Volans Kevin Cox Kevin J. Foley +Kian Eliasi Kian-Meng Ang Kodi B. Arfer Kojo Idrissa diff --git a/changelog/9726.bugfix.rst b/changelog/9726.bugfix.rst new file mode 100644 index 000000000..b30840062 --- /dev/null +++ b/changelog/9726.bugfix.rst @@ -0,0 +1,2 @@ +Unnecessary numpy import in `ApproxSequenceLike` is removed. +Also Approx's `test_error_messages` is separated for numpy and native datatypes.