Ignore extra warnings that may occur on mips*
authorDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Sun, 21 Apr 2024 19:55:32 +0000 (20:55 +0100)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Sun, 21 Apr 2024 19:55:32 +0000 (20:55 +0100)
commit1eee075620e4554a3bcb2457c315d8df7b2606f6
tree2e46bb4e0abd3810281ba57cc64bb0d0197afda6
parent68c12e1fdbe771171e843f449b848700f4030153
Ignore extra warnings that may occur on mips*

Some mips* hardware seems to emit
RuntimeWarning: invalid value encountered in multiply
on multiplication by explicit np.nan, which breaks these tests.

Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: no

Gbp-Pq: Name mips_ignore_nan_warnings.patch
statsmodels/discrete/tests/test_discrete.py
statsmodels/regression/tests/test_regression.py
statsmodels/tsa/holtwinters/tests/test_holtwinters.py