Pydantic Rework #150
Annotations
10 errors
core/lls_core/__init__.py#L6
Import "DeskewDirection" is not accessed (reportUnusedImport)
|
core/lls_core/deconvolution.py#L154
Import "pycudadecon" could not be resolved (reportMissingImports)
|
core/lls_core/deconvolution.py#L173
Import "pycudadecon" could not be resolved (reportMissingImports)
|
core/lls_core/deconvolution.py#L75
"psf_aics" is possibly unbound (reportUnboundVariable)
|
core/lls_core/deconvolution.py#L121
Argument of type "ArrayLike" cannot be assigned to parameter "a" of type "ArrayLike" in function "squeeze" (reportGeneralTypeIssues)
|
core/lls_core/deconvolution.py#L127
Argument of type "Unknown | dask.array.core.Array | Any | pyopencl.array.Array | DataArray" cannot be assigned to parameter "a" of type "_ArrayLikeFloat_co | _ArrayLikeComplex_co | _ArrayLikeTD64_co | _ArrayLikeObject_co" in function "median" (reportGeneralTypeIssues)
|
core/lls_core/deconvolution.py#L139
"shape" is not a known member of "None" (reportOptionalMemberAccess)
|
core/lls_core/deconvolution.py#L141
Argument of type "NDArray[Unknown] | Unknown | Array | DataArray" cannot be assigned to parameter "array" of type "ArrayLike" in function "pad" (reportGeneralTypeIssues)
|
core/lls_core/deconvolution.py#L151
Argument of type "ArrayLike | Unknown" cannot be assigned to parameter "img" of type "NDArray[Unknown]" in function "pad_image_nearest_multiple"
Type "ArrayLike | Unknown" cannot be assigned to type "NDArray[Unknown]"
"Array" is incompatible with "NDArray[Unknown]" (reportGeneralTypeIssues)
|
core/lls_core/deconvolution.py#L156
Argument of type "ArrayLike" cannot be assigned to parameter "a" of type "ArrayLike" in function "squeeze" (reportGeneralTypeIssues)
|
The logs for this run have expired and are no longer available.
Loading