🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 09:54:59 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
numpy
/
typing
/
tests
/
data
/
fail
📍 /opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/typing/tests/data/fail
🔄 Refresh
✏️
Editing: histograms.pyi
Read Only
import numpy as np import numpy.typing as npt AR_i8: npt.NDArray[np.int64] AR_f8: npt.NDArray[np.float64] np.histogram_bin_edges(AR_i8, range=(0, 1, 2)) # E: incompatible type np.histogram(AR_i8, range=(0, 1, 2)) # E: incompatible type np.histogramdd(AR_i8, range=(0, 1)) # E: incompatible type np.histogramdd(AR_i8, range=[(0, 1, 2)]) # E: incompatible type
💾 Save Changes
❌ Cancel