[QGFPoly] Add GF2PolyAddK, GFPolySplit and GFPolyJoin bloqs
#257
pr.yaml
on: pull_request
pytest
9m 52s
pytest-dev-tools
2m 58s
notebooks
9m 4s
format
1m 25s
pylint
2m 43s
mypy
2m 38s
autogenerate-notebooks
1m 51s
Annotations
12 errors
|
autogenerate-notebooks
Process completed with exit code 1.
|
|
mypy:
qualtran/bloqs/gf_poly_arithmetic/gf_poly_split_and_join.py#L221
Argument 1 to "range" has incompatible type "int | Expr"; expected "SupportsIndex" [arg-type]
|
|
mypy:
qualtran/bloqs/gf_poly_arithmetic/gf_poly_split_and_join.py#L216
Argument 1 to "range" has incompatible type "int | Expr"; expected "SupportsIndex" [arg-type]
|
|
mypy:
qualtran/bloqs/gf_poly_arithmetic/gf_poly_split_and_join.py#L214
Argument 1 to "range" has incompatible type "int | Expr"; expected "SupportsIndex" [arg-type]
|
|
mypy:
qualtran/bloqs/gf_poly_arithmetic/gf_poly_split_and_join.py#L212
Value of type "Connection | ndarray[Any, dtype[Any]]" is not indexable [index]
|
|
mypy:
qualtran/bloqs/gf_poly_arithmetic/gf_poly_split_and_join.py#L201
Argument 1 to "reshape" of "ndarray" has incompatible type "int | Expr"; expected "SupportsIndex | Sequence[SupportsIndex]" [arg-type]
|
|
mypy:
qualtran/bloqs/gf_poly_arithmetic/gf_poly_split_and_join.py#L123
Argument 1 to "range" has incompatible type "int | Expr"; expected "SupportsIndex" [arg-type]
|
|
mypy:
qualtran/bloqs/gf_poly_arithmetic/gf_poly_split_and_join.py#L117
Argument 1 to "range" has incompatible type "int | Expr"; expected "SupportsIndex" [arg-type]
|
|
mypy:
qualtran/bloqs/gf_poly_arithmetic/gf_poly_split_and_join.py#L115
Value of type "Connection | ndarray[Any, dtype[Any]]" is not indexable [index]
|
|
mypy:
qualtran/bloqs/gf_poly_arithmetic/gf_poly_split_and_join.py#L113
Argument 1 to "range" has incompatible type "int | Expr"; expected "SupportsIndex" [arg-type]
|
|
mypy
Argument 1 to "reshape" of "ndarray" has incompatible type "tuple[int | Any, int | Expr]"; expected "SupportsIndex | Sequence[SupportsIndex]" [arg-type]
|
|
notebooks
Process completed with exit code 1.
|