diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2023-02-19 12:10:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-19 12:10:25 -0700 |
commit | b786189222ac5bf2f4efbb04399261f7f760bc18 (patch) | |
tree | 52677b3b3f4179244854c510f7475e0aa67ad33e /numpy/core | |
parent | d8a0814c0913ecd7eae1421021ce23b4e7eba72d (diff) | |
download | numpy-b786189222ac5bf2f4efbb04399261f7f760bc18.tar.gz |
MAINT: Update release from 1.24 to 1.25
Diffstat (limited to 'numpy/core')
-rw-r--r-- | numpy/core/tests/test_nep50_promotions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/tests/test_nep50_promotions.py b/numpy/core/tests/test_nep50_promotions.py index 12202db57..0c77d3f72 100644 --- a/numpy/core/tests/test_nep50_promotions.py +++ b/numpy/core/tests/test_nep50_promotions.py @@ -180,7 +180,7 @@ def test_nep50_integer_regression(): assert (arr[()] + 2**63).dtype == np.float64 def test_nep50_with_axisconcatenator(): - # I promised that this will be an error in the future in the 1.24 + # I promised that this will be an error in the future in the 1.25 # release notes; test this (NEP 50 opt-in makes the deprecation an error). np._set_promotion_state("weak") |