/
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
numpy
/
lib
/
tests
Server: in-mum-web1112.main-hosting.eu (62.72.28.111)
You: 216.73.216.137
PHP 8.3.16
Dir:
/opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/lib/tests
Edit:
/opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/lib/tests/test_financial_expired.py
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)
Ukuran: 247 B