Bump numpy from 2.1.2 to 2.2.0 #498
Annotations
3 errors and 1 warning
Run jakebailey/pyright-action@b5d50e5cde6547546a5c4ac92e416a8c2c1a1dfe:
src/qcodes/dataset/dond/sweeps.py#L113
Type "NDArray[floating[Any]]" is not assignable to return type "NDArray[float64]"
"ndarray[_Shape, dtype[floating[Any]]]" is not assignable to "ndarray[_Shape, dtype[float64]]"
Type parameter "_DType_co@ndarray" is covariant, but "dtype[floating[Any]]" is not a subtype of "dtype[float64]"
"dtype[floating[Any]]" is not assignable to "dtype[float64]"
Type parameter "_SCT_co@dtype" is covariant, but "floating[Any]" is not a subtype of "float64"
"floating[Any]" is not assignable to "float64" (reportReturnType)
|
Run jakebailey/pyright-action@b5d50e5cde6547546a5c4ac92e416a8c2c1a1dfe:
src/qcodes/dataset/dond/sweeps.py#L175
Type "NDArray[floating[Any]]" is not assignable to return type "NDArray[float64]"
"ndarray[_Shape, dtype[floating[Any]]]" is not assignable to "ndarray[_Shape, dtype[float64]]"
Type parameter "_DType_co@ndarray" is covariant, but "dtype[floating[Any]]" is not a subtype of "dtype[float64]"
"dtype[floating[Any]]" is not assignable to "dtype[float64]"
Type parameter "_SCT_co@dtype" is covariant, but "floating[Any]" is not a subtype of "float64"
"floating[Any]" is not assignable to "float64" (reportReturnType)
|
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading