Skip to content

[QGFPoly] Add GF2PolyAddK, GFPolySplit and GFPolyJoin bloqs #257

[QGFPoly] Add GF2PolyAddK, GFPolySplit and GFPolyJoin bloqs

[QGFPoly] Add GF2PolyAddK, GFPolySplit and GFPolyJoin bloqs #257

Triggered via pull request April 8, 2025 00:26
Status Failure
Total duration 10m 0s
Artifacts

pr.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

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.