fix(deps): update dependency pyarrow to v19 #240
CI.yaml
on: pull_request
build docs
2m 18s
run-pyright
1m 27s
Matrix: run-pytest
Annotations
6 errors and 5 warnings
run-pyright:
lours/dataset/dataset.py#L3566
Operator "+" not supported for types "list[Unknown]" and "str" (reportOperatorIssue)
|
run-pyright:
lours/dataset/indexing.py#L114
Operator "+" not supported for types "list[Unknown]" and "str | Unknown"
Operator "+" not supported for types "list[Unknown]" and "str" (reportOperatorIssue)
|
run-pyright:
lours/dataset/split/balanced_groups.py#L258
Argument of type "ArrayLike" cannot be assigned to parameter "pk" of type "ArrayLike" in function "entropy"
Type "pandas._typing.ArrayLike" is not assignable to type "numpy._typing._array_like.ArrayLike"
Type "ExtensionArray" is not assignable to type "ArrayLike"
"ExtensionArray" is incompatible with protocol "Buffer"
"__buffer__" is not present
"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
... (reportArgumentType)
|
run-pyright:
lours/dataset/split/balanced_groups.py#L258
Argument of type "ArrayLike" cannot be assigned to parameter "qk" of type "ArrayLike | None" in function "entropy"
Type "ArrayLike" is not assignable to type "ArrayLike | None"
Type "ExtensionArray" is not assignable to type "ArrayLike | None"
"ExtensionArray" is incompatible with protocol "Buffer"
"__buffer__" is not present
"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
... (reportArgumentType)
|
run-pyright:
lours/utils/column_booleanizer.py#L74
Operator "+" not supported for types "int | slice[Any, Any, Any] | np_ndarray_bool" and "Literal[1]"
Operator "+" not supported for types "slice[Any, Any, Any]" and "Literal[1]" (reportOperatorIssue)
|
run-pyright
5 errors
|
run-pyright
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build docs
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
run-pytest (3.11, ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
run-pytest (3.10, ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
run-pytest (3.12, ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|