/opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/lib/tests
import sys import pytest import numpy as np def test_financial_expired(): match = 'NEP 32' with pytest.warns(DeprecationWarning, match=match): func = np.fv with pytest.raises(RuntimeError, match=match): func(1, 2, 3)
.
Edit
..
Edit
__init__.py
Edit
__pycache__
Edit
data
Edit
test__datasource.py
Edit
test__iotools.py
Edit
test__version.py
Edit
test_arraypad.py
Edit
test_arraysetops.py
Edit
test_arrayterator.py
Edit
test_financial_expired.py
Edit
test_format.py
Edit
test_function_base.py
Edit
test_histograms.py
Edit
test_index_tricks.py
Edit
test_io.py
Edit
test_loadtxt.py
Edit
test_mixins.py
Edit
test_nanfunctions.py
Edit
test_packbits.py
Edit
test_polynomial.py
Edit
test_recfunctions.py
Edit
test_regression.py
Edit
test_shape_base.py
Edit
test_stride_tricks.py
Edit
test_twodim_base.py
Edit
test_type_check.py
Edit
test_ufunclike.py
Edit
test_utils.py
Edit