Skip to content

[WIP] On-the-fly data loading of global models #2186

[WIP] On-the-fly data loading of global models

[WIP] On-the-fly data loading of global models #2186

Triggered via pull request December 22, 2023 00:26
Status Failure
Total duration 2m 4s
Artifacts

linters.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
ruff
Process completed with exit code 1.
pyright: neuralprophet/df_utils.py#L511
No overloads for "__getitem__" match the provided arguments (reportGeneralTypeIssues)
pyright: neuralprophet/df_utils.py#L511
Argument of type "DataFrame" cannot be assigned to parameter "idx" of type "tuple[Scalar, slice]" in function "__getitem__"   "DataFrame" is incompatible with "tuple[Scalar, slice]" (reportGeneralTypeIssues)
pyright: neuralprophet/df_utils.py#L517
No overloads for "__getitem__" match the provided arguments (reportGeneralTypeIssues)
pyright: neuralprophet/df_utils.py#L517
Argument of type "DataFrame" cannot be assigned to parameter "idx" of type "tuple[Scalar, slice]" in function "__getitem__"   "DataFrame" is incompatible with "tuple[Scalar, slice]" (reportGeneralTypeIssues)
pyright
4 errors
pyright: neuralprophet/forecaster.py#L1008
Expression value is unused (reportUnusedExpression)