[open-systems] More classical data types #572
pr.yaml
on: pull_request
pytest
7m 42s
dev-tools
3m 11s
notebooks
7m 31s
format
1m 8s
pylint
2m 51s
mypy
1m 43s
autogenerate-notebooks
1m 39s
Annotations
11 errors
|
mypy:
qualtran/_infra/data_types_test.py#L247
Argument 1 to "assert_valid_classical_val" of "QCDType" has incompatible type "int"; expected "FieldArray" [arg-type]
|
|
mypy:
qualtran/_infra/data_types.py#L1674
Argument 1 to "from_gf_coefficients" of "QGFPoly" has incompatible type "ndarray[tuple[int, ...], dtype[Any]]"; expected "Array" [arg-type]
|
|
mypy:
qualtran/_infra/data_types.py#L1133
Name "fxpmath" is not defined [name-defined]
|
|
mypy:
qualtran/_infra/data_types.py#L1085
Name "fxpmath" is not defined [name-defined]
|
|
mypy:
qualtran/_infra/data_types.py#L1010
Name "fxpmath" is not defined [name-defined]
|
|
mypy:
qualtran/_infra/data_types.py#L1001
Name "fxpmath" is not defined [name-defined]
|
|
mypy:
qualtran/_infra/data_types.py#L974
Name "fxpmath" is not defined [name-defined]
|
|
mypy:
qualtran/_infra/data_types.py#L967
Name "fxpmath" is not defined [name-defined]
|
|
mypy:
qualtran/_infra/data_types.py#L927
Name "fxpmath" is not defined [name-defined]
|
|
mypy
Name "fxpmath" is not defined [name-defined]
|
|
dev-tools
Process completed with exit code 1.
|