|
Server : LiteSpeed System : Linux barito.iixcp.rumahweb.net 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64 User : elvh3918 ( 1528) PHP Version : 8.2.31 Disable Function : mail Directory : /opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/typing/tests/data/fail/ |
import numpy as np import numpy.typing as npt AR_f8: npt.NDArray[np.float64] # NOTE: Mypy bug presumably due to the special-casing of heterogeneous tuples; # xref numpy/numpy#20901 # # The expected output should be no different than, e.g., when using a # list instead of a tuple np.concatenate(([1], AR_f8)) # E: Argument 1 to "concatenate" has incompatible type