Ug/port sweep bench #6
Merged
Annotations
8 errors
|
|
|
examples/sweep-bench/sweep-bench-plot.py#L104
No overloads for "sort_values" match the provided arguments
Argument types: (Literal['n_kv']) (reportCallIssue)
|
|
examples/sweep-bench/sweep-bench-plot.py#L100
Argument of type "ArrayLike | Any | Unknown | ndarray[Any, Unknown]" cannot be assigned to parameter "ticks" of type "ArrayLike" in function "set_xticks"
Type "ArrayLike | Any | Unknown | ndarray[Any, Unknown]" is not assignable to type "ArrayLike"
Type "ExtensionArray" is not assignable to type "ArrayLike"
"ExtensionArray" is incompatible with protocol "_SupportsArray[dtype[Any]]"
"__array__" is not present
"ExtensionArray" is incompatible with protocol "_NestedSequence[_SupportsArray[dtype[Any]]]"
"__reversed__" is not present
"count" is not present
"index" is not present
... (reportArgumentType)
|
|
examples/sweep-bench/sweep-bench-plot.py#L80
No overloads for "sort_values" match the provided arguments
Argument types: (Literal['n_kv']) (reportCallIssue)
|
|
examples/sweep-bench/sweep-bench-plot.py#L76
Argument of type "ArrayLike | Any | Unknown | ndarray[Any, Unknown]" cannot be assigned to parameter "ticks" of type "ArrayLike" in function "set_xticks"
Type "ArrayLike | Any | Unknown | ndarray[Any, Unknown]" is not assignable to type "ArrayLike"
Type "ExtensionArray" is not assignable to type "ArrayLike"
"ExtensionArray" is incompatible with protocol "_SupportsArray[dtype[Any]]"
"__array__" is not present
"ExtensionArray" is incompatible with protocol "_NestedSequence[_SupportsArray[dtype[Any]]]"
"__reversed__" is not present
"count" is not present
"index" is not present
... (reportArgumentType)
|
|
examples/sweep-bench/sweep-bench-plot.py#L70
"rainbow" is not a known attribute of module "matplotlib.cm" (reportAttributeAccessIssue)
|
|
examples/sweep-bench/sweep-bench-plot.py#L64
Object of type "None" is not subscriptable (reportOptionalSubscript)
|
|
examples/sweep-bench/sweep-bench-plot.py#L50
"groupby" is not a known attribute of "None" (reportOptionalMemberAccess)
|
The logs for this run have expired and are no longer available.
Loading