diff options
author | kikocorreoso <kikocorreoso@gmail.com> | 2019-04-09 18:20:43 +0200 |
---|---|---|
committer | kikocorreoso <kikocorreoso@gmail.com> | 2019-04-09 18:20:43 +0200 |
commit | e7b8ba69696161639d065646ddf93cab5ed302e9 (patch) | |
tree | 4b942c69fa6c8139e85a3915e5c17749f7f43d03 /numpy/lib | |
parent | f486ca24f20ca5d4de43191ef2d647c87c37ac1a (diff) | |
download | numpy-e7b8ba69696161639d065646ddf93cab5ed302e9.tar.gz |
fix test name
Diffstat (limited to 'numpy/lib')
-rw-r--r-- | numpy/lib/tests/test_type_check.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/tests/test_type_check.py b/numpy/lib/tests/test_type_check.py index 1a6af3b6c..87382c149 100644 --- a/numpy/lib/tests/test_type_check.py +++ b/numpy/lib/tests/test_type_check.py @@ -447,7 +447,7 @@ class TestNanToNum(object): # !! changes #assert_all(vals.real < -1e10) and assert_all(np.isfinite(vals)) - def test_do_not_rewrite__previous_keyword(self): + def test_do_not_rewrite_previous_keyword(self): # This is done to test that when, for instance, nan=np.inf then these # values are not rewritten by posinf keyword to the posinf value. with np.errstate(divide='ignore', invalid='ignore'): |