[Minor] Move max_lags, prediction_freq to config_model and n_lags to config_ar #2620
Annotations
16 errors and 6 warnings
ruff
Process completed with exit code 1.
|
flake8:
neuralprophet/forecaster.py#L2143
local variable 'feature_extractor' is assigned to but never used
|
flake8:
neuralprophet/forecaster.py#L2143
undefined name 'FeatureExtractor'
|
flake8:
neuralprophet/time_dataset.py#L175
redefinition of unused 'stack_all_features' from line 134
|
flake8:
neuralprophet/time_net.py#L311
undefined name 'FeatureExtractor'
|
flake8
The process '/opt/hostedtoolcache/Python/3.12.5/x64/bin/flake8' failed with exit code 1
|
pyright:
neuralprophet/__init__.py#L15
"utilities" is not a known attribute of module "pytorch_lightning" (reportAttributeAccessIssue)
|
pyright:
neuralprophet/configure.py#L25
Declaration "features_map" is obscured by a declaration of the same name (reportRedeclaration)
|
pyright:
neuralprophet/configure.py#L28
Too few type arguments provided for "Dict"; expected 2 but received 1 (reportInvalidTypeArguments)
|
pyright:
neuralprophet/configure.py#L49
Function with declared return type "int" must return value on all code paths
"None" is not assignable to "int" (reportReturnType)
|
pyright:
neuralprophet/configure.py#L385
Operator "<" not supported for "None" (reportOptionalOperand)
|
pyright:
neuralprophet/configure.py#L434
No overloads for "__init__" match the provided arguments (reportCallIssue)
|
pyright:
neuralprophet/configure.py#L435
Argument of type "dict[str, Season]" cannot be assigned to parameter "iterable" of type "Iterable[list[bytes]]" in function "__init__" (reportArgumentType)
|
pyright:
neuralprophet/configure.py#L440
Argument of type "SeasonGlobalLocalMode | Literal['auto']" cannot be assigned to parameter "global_local" of type "SeasonGlobalLocalMode" in function "__init__" (reportArgumentType)
|
pyright:
neuralprophet/configure.py#L451
Argument of type "SeasonGlobalLocalMode | Literal['auto']" cannot be assigned to parameter "global_local" of type "SeasonGlobalLocalMode" in function "__init__" (reportArgumentType)
|
pyright:
neuralprophet/configure.py#L462
Argument of type "SeasonGlobalLocalMode | Literal['auto']" cannot be assigned to parameter "global_local" of type "SeasonGlobalLocalMode" in function "__init__" (reportArgumentType)
|
ruff
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
flake8
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, liskin/gh-problem-matcher-wrap@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
isort
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, liskin/gh-problem-matcher-wrap@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
black
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
pyright
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, jakebailey/pyright-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
pyright:
neuralprophet/uncertainty.py#L287
Expression value is unused (reportUnusedExpression)
|