[Major] Glocal Modelling v2 (#1008) #2304
Annotations
10 errors and 3 warnings
pyright:
neuralprophet/__init__.py#L15
"utilities" is not a known member of module "pytorch_lightning" (reportAttributeAccessIssue)
|
pyright:
neuralprophet/configure.py#L308
Operator "<" not supported for "None" (reportOptionalOperand)
|
pyright:
neuralprophet/configure.py#L364
Argument of type "SeasonGlobalLocalMode | Literal['auto']" cannot be assigned to parameter "global_local" of type "SeasonGlobalLocalMode" in function "__init__" (reportArgumentType)
|
pyright:
neuralprophet/configure.py#L375
Argument of type "SeasonGlobalLocalMode | Literal['auto']" cannot be assigned to parameter "global_local" of type "SeasonGlobalLocalMode" in function "__init__" (reportArgumentType)
|
pyright:
neuralprophet/configure.py#L386
Argument of type "SeasonGlobalLocalMode | Literal['auto']" cannot be assigned to parameter "global_local" of type "SeasonGlobalLocalMode" in function "__init__" (reportArgumentType)
|
pyright:
neuralprophet/configure.py#L395
Operator "<" not supported for "None" (reportOptionalOperand)
|
pyright:
neuralprophet/configure.py#L416
Argument of type "str" cannot be assigned to parameter "global_local" of type "SeasonGlobalLocalMode" in function "__init__"
Type "str" cannot be assigned to type "SeasonGlobalLocalMode"
"str" cannot be assigned to type "Literal['global']"
"str" cannot be assigned to type "Literal['local']"
"str" cannot be assigned to type "Literal['glocal']" (reportArgumentType)
|
pyright:
neuralprophet/configure.py#L490
Cannot assign member "regressors" for type "ConfigFutureRegressors*"
"None" is incompatible with "OrderedDict[Unknown, Unknown]" (reportAttributeAccessIssue)
|
pyright:
neuralprophet/df_utils.py#L511
No overloads for "__getitem__" match the provided arguments (reportCallIssue)
|
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]" (reportArgumentType)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3, jakebailey/pyright-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
pyright:
neuralprophet/forecaster.py#L1105
Expression value is unused (reportUnusedExpression)
|
pyright:
neuralprophet/uncertainty.py#L287
Expression value is unused (reportUnusedExpression)
|
The logs for this run have expired and are no longer available.
Loading