Python type stubs testing #1
Open
Annotations
10 errors and 10 warnings
|
interfaces/cython/cantera/ck2yaml.py#L305
"scalarstring" is not a known attribute of module "ruamel.yaml" (reportAttributeAccessIssue)
|
|
interfaces/cython/cantera/ck2yaml.py#L274
"reaction_string_suffix" is not a known attribute of "None" (reportOptionalMemberAccess)
|
|
interfaces/cython/cantera/ck2yaml.py#L194
"scalarstring" is not a known attribute of module "ruamel.yaml" (reportAttributeAccessIssue)
|
|
interfaces/cython/cantera/ck2yaml.py#L59
"comments" is not a known attribute of module "ruamel.yaml" (reportAttributeAccessIssue)
|
|
interfaces/cython/cantera/ck2yaml.py#L54
"comments" is not a known attribute of module "ruamel.yaml" (reportAttributeAccessIssue)
|
|
interfaces/cython/cantera/ck2yaml.py#L39
"comments" is not a known attribute of module "ruamel.yaml" (reportAttributeAccessIssue)
|
|
interfaces/cython/cantera/_onedim.pyi#L88
Overload 1 for "info" overlaps overload 2 and returns an incompatible type (reportOverlappingOverload)
|
|
interfaces/cython/cantera/__init__.py#L20
"np" is not defined (reportUndefinedVariable)
|
|
interfaces/cython/cantera/__init__.py#L5
Import "._utils" could not be resolved from source (reportMissingModuleSource)
|
|
interfaces/cython/cantera/__init__.py#L4
Import "._cantera" could not be resolved (reportMissingImports)
|
|
interfaces/cython/cantera/_onedim.pyi#L188
Property setter value type is not assignable to the getter return type
Type "CompositionLike" is not assignable to type "Array"
"_Buffer" is not assignable to "ndarray[_Shape, dtype[float64]]" (reportPropertyTypeMismatch)
|
|
interfaces/cython/cantera/_onedim.pyi#L184
Property setter value type is not assignable to the getter return type
Type "CompositionLike" is not assignable to type "Array"
"_Buffer" is not assignable to "ndarray[_Shape, dtype[float64]]" (reportPropertyTypeMismatch)
|
|
interfaces/cython/cantera/_onedim.pyi#L107
Property setter value type is not assignable to the getter return type
Type "ArrayLike" is not assignable to type "Array"
"_Buffer" is not assignable to "ndarray[_Shape, dtype[float64]]" (reportPropertyTypeMismatch)
|
|
interfaces/cython/cantera/_onedim.pyi#L67
Type `Any` is not allowed (reportExplicitAny)
|
|
interfaces/cython/cantera/_onedim.pyi#L67
Type of parameter "kwargs" is Any (reportAny)
|
|
interfaces/cython/cantera/_onedim.pyi#L67
Type `Any` is not allowed (reportExplicitAny)
|
|
interfaces/cython/cantera/_onedim.pyi#L67
Type of parameter "args" is Any (reportAny)
|
|
interfaces/cython/cantera/_onedim.pyi#L27
"_TransportModel" is private and used outside of the module in which it is declared (reportPrivateUsage)
|
|
interfaces/cython/cantera/_onedim.pyi#L26
"_SolutionBase" is private and used outside of the module in which it is declared (reportPrivateUsage)
|
|
interfaces/cython/cantera/__init__.py#L11
Import "cantera.interrupts" is not accessed (reportUnusedImport)
|
The logs for this run have expired and are no longer available.
Loading