Skip to content

Bump the actions group with 6 updates #313

Bump the actions group with 6 updates

Bump the actions group with 6 updates #313

Triggered via pull request November 11, 2024 16:04
Status Failure
Total duration 3m 58s
Artifacts

ci.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

5 errors
lint: lmo/inference/_l_gmm.py#L443
Unnecessary "cast" call; type is already "int" (reportUnnecessaryCast)
lint: lmo/theoretical/_f_to_lcm.py#L247
Argument of type "NQuadOptions | None" cannot be assigned to parameter "opts" of type "QuadOpts | ((...) -> QuadOpts) | Iterable[QuadOpts | ((...) -> QuadOpts)] | None" in function "nquad"   Type "NQuadOptions | None" is not assignable to type "QuadOpts | ((...) -> QuadOpts) | Iterable[QuadOpts | ((...) -> QuadOpts)] | None"     Type "NQuadOptions" is not assignable to type "QuadOpts | ((...) -> QuadOpts) | Iterable[QuadOpts | ((...) -> QuadOpts)] | None"       "epsabs" is an incompatible type         Type "float" is not assignable to type "_FloatLike"           "float" is not assignable to "floating[Any]"       "epsrel" is an incompatible type         Type "float" is not assignable to type "_FloatLike"           "float" is not assignable to "floating[Any]" ... (reportArgumentType)
lint: lmo/theoretical/_utils.py#L119
Argument of type "NQuadOptions | None" cannot be assigned to parameter "opts" of type "QuadOpts | ((...) -> QuadOpts) | Iterable[QuadOpts | ((...) -> QuadOpts)] | None" in function "nquad"   Type "NQuadOptions | None" is not assignable to type "QuadOpts | ((...) -> QuadOpts) | Iterable[QuadOpts | ((...) -> QuadOpts)] | None"     Type "NQuadOptions" is not assignable to type "QuadOpts | ((...) -> QuadOpts) | Iterable[QuadOpts | ((...) -> QuadOpts)] | None"       "epsabs" is an incompatible type         Type "float" is not assignable to type "_FloatLike"           "float" is not assignable to "floating[Any]"       "epsrel" is an incompatible type         Type "float" is not assignable to type "_FloatLike"           "float" is not assignable to "floating[Any]" ... (reportArgumentType)
lint
3 errors
lint
Process completed with exit code 1.