[WIP] On-the-fly data loading of global models #2181
Annotations
12 errors and 1 warning
ruff
Process completed with exit code 1.
|
flake8:
neuralprophet/time_dataset.py#L69
block comment should start with '# '
|
flake8:
neuralprophet/time_dataset.py#L70
block comment should start with '# '
|
flake8:
neuralprophet/time_dataset.py#L71
block comment should start with '# '
|
flake8:
neuralprophet/time_dataset.py#L72
block comment should start with '# '
|
flake8
The process '/opt/hostedtoolcache/Python/3.10.13/x64/bin/flake8' failed with exit code 1
|
black
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)
|