Significantly improved reference docs #227
Annotations
6 errors
lint:
lmo/inference/_l_gmm.py#L181
Type of "l_r" is unknown (reportUnknownVariableType)
|
lint:
lmo/inference/_l_gmm.py#L181
No overloads for "l_moment" match the provided arguments (reportCallIssue)
|
lint:
lmo/inference/_l_gmm.py#L188
Argument of type "Literal['stable']" cannot be assigned to parameter "sort" of type "SortKind | bool" in function "l_moment"
Type "Literal['stable']" is incompatible with type "SortKind | bool"
"Literal['stable']" is incompatible with "bool"
"Literal['stable']" is incompatible with type "Literal['quicksort']"
"Literal['stable']" is incompatible with type "Literal['heapsort']"
"Literal['stable']" is incompatible with type "Literal['stablesort']" (reportArgumentType)
|
lint:
lmo/inference/_l_gmm.py#L197
Argument type is unknown
Argument corresponds to parameter "a" in function "l_coscale" (reportUnknownArgumentType)
|
lint
4 errors
|
lint
Process completed with exit code 1.
|