Skip to content

Run continuous integration tests on PR #1280 by @mhucka #733

Run continuous integration tests on PR #1280 by @mhucka

Run continuous integration tests on PR #1280 by @mhucka #733

Re-run triggered April 24, 2026 02:59
Status Failure
Total duration 2m 24s
Artifacts

ci.yaml

on: pull_request
Changed file filtering
8s
Changed file filtering
Python file checks
2m 13s
Python file checks
YAML lint checks
YAML lint checks
JSON lint checks
JSON lint checks
Dockerfile lint checks
Dockerfile lint checks
GitHub workflow lint checks
GitHub workflow lint checks
Shell script lint checks
9s
Shell script lint checks
Matrix: Extra unit tests
Matrix: Unit tests
Python compatibility tests
0s
Python compatibility tests
Python code coverage tests
0s
Python code coverage tests
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Python file checks: src/openfermion/linalg/wave_fitting.py#L71
Incompatible types in assignment (expression has type "tuple[Any, ...]", variable has type "ndarray[Any, Any]")
Python file checks: src/openfermion/ops/representations/polynomial_tensor.py#L120
Incompatible types in assignment (expression has type "None", base class "object" defined the type as "Callable[[], int]")
Python file checks: src/openfermion/resource_estimates/pbc/hamiltonian/hamiltonian.py#L127
Need type annotation for "tao" (hint: "tao: list[<type>] = ...")
Python file checks: src/openfermion/resource_estimates/pbc/hamiltonian/hamiltonian.py#L116
Incompatible types in assignment (expression has type "dtype[Any]", variable has type "type[floating[_64Bit]]")
Python file checks: src/openfermion/resource_estimates/pbc/hamiltonian/hamiltonian.py#L115
Incompatible types in assignment (expression has type "type[complex128]", variable has type "type[floating[_64Bit]]")
Python file checks: src/openfermion/resource_estimates/pbc/thc/factorizations/kmeans.py#L139
Incompatible types in assignment (expression has type "floating[Any]", variable has type "float")
Python file checks: src/openfermion/resource_estimates/surface_code_compilation/physical_costing.py#L129
Argument "failure_rate" to "MagicStateFactory" has incompatible type "float"; expected "int"
Python file checks: src/openfermion/resource_estimates/surface_code_compilation/physical_costing.py#L128
Argument "rounds" to "MagicStateFactory" has incompatible type "float"; expected "int"
Python file checks: src/openfermion/resource_estimates/surface_code_compilation/physical_costing.py#L86
Argument "failure_rate" to "MagicStateFactory" has incompatible type "float"; expected "int"
Python file checks
Incompatible types in assignment (expression has type "None", base class "object" defined the type as "Callable[[], int]")
CI
Process completed with exit code 1.