Bump numpy from 2.1.2 to 2.2.1 #511
Closed
Annotations
3 errors and 1 warning
|
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)
|
|
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
|
The logs for this run have expired and are no longer available.
Loading