[Minor] Move max_lags, prediction_freq to config_model and n_lags to config_ar #2622
Annotations
10 errors and 2 warnings
neuralprophet/__init__.py#L15
"utilities" is not a known attribute of module "pytorch_lightning" (reportAttributeAccessIssue)
|
neuralprophet/configure.py#L25
Declaration "features_map" is obscured by a declaration of the same name (reportRedeclaration)
|
neuralprophet/configure.py#L27
Too few type arguments provided for "Dict"; expected 2 but received 1 (reportInvalidTypeArguments)
|
neuralprophet/configure.py#L48
Function with declared return type "int" must return value on all code paths
"None" is not assignable to "int" (reportReturnType)
|
neuralprophet/configure.py#L381
Operator "<" not supported for "None" (reportOptionalOperand)
|
neuralprophet/configure.py#L430
No overloads for "__init__" match the provided arguments (reportCallIssue)
|
neuralprophet/configure.py#L431
Argument of type "dict[str, Season]" cannot be assigned to parameter "iterable" of type "Iterable[list[bytes]]" in function "__init__" (reportArgumentType)
|
neuralprophet/configure.py#L436
Argument of type "SeasonGlobalLocalMode | Literal['auto']" cannot be assigned to parameter "global_local" of type "SeasonGlobalLocalMode" in function "__init__" (reportArgumentType)
|
neuralprophet/configure.py#L447
Argument of type "SeasonGlobalLocalMode | Literal['auto']" cannot be assigned to parameter "global_local" of type "SeasonGlobalLocalMode" in function "__init__" (reportArgumentType)
|
neuralprophet/configure.py#L458
Argument of type "SeasonGlobalLocalMode | Literal['auto']" cannot be assigned to parameter "global_local" of type "SeasonGlobalLocalMode" in function "__init__" (reportArgumentType)
|
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/
|
neuralprophet/uncertainty.py#L287
Expression value is unused (reportUnusedExpression)
|
This job failed
Loading