Create a bloq for galois multiplication #205
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
pr.yaml
on: pull_request
pytest
8m 50s
pytest-dev-tools
2m 15s
notebooks
7m 6s
format
1m 12s
pylint
2m 44s
mypy
2m 30s
autogenerate-notebooks
1m 38s
Annotations
7 errors
|
pytest-dev-tools
Process completed with exit code 1.
|
|
mypy
Argument 1 to "GF2MulK" has incompatible type "FieldArray"; expected "QGF" [arg-type]
|
|
mypy:
qualtran/bloqs/gf_arithmetic/gf2_multiplication_test.py#L159
Argument 2 to "GF2MulK" has incompatible type "type[FieldArray]"; expected "int | Expr" [arg-type]
|
|
mypy:
qualtran/bloqs/gf_arithmetic/gf2_multiplication_test.py#L311
Argument 1 to "GF2MulViaKaratsuba" has incompatible type "list[int]"; expected "QGF" [arg-type]
|
|
mypy:
qualtran/bloqs/gf_arithmetic/gf2_multiplication_test.py#L340
Argument 1 to "GF2MulViaKaratsuba" has incompatible type "list[int]"; expected "QGF" [arg-type]
|
|
mypy
Process completed with exit code 1.
|
|
pytest
Process completed with exit code 1.
|