Run continuous integration tests on PR #1280 by @mhucka #733
ci.yaml
on: pull_request
Changed file filtering
8s
YAML lint checks
JSON lint checks
Dockerfile lint checks
GitHub workflow lint checks
Shell script lint checks
9s
Matrix: Extra unit tests
Matrix: Unit tests
Python compatibility tests
0s
Python code coverage tests
0s
CI
4s
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.
|