[devops] Upgrade to lightning 2.0 #2221
Annotations
7 errors and 1 warning
pyright:
neuralprophet/forecaster.py#L2681
Cannot access member "tuner" for type "Trainer"
Member "tuner" is unknown (reportGeneralTypeIssues)
|
pyright:
neuralprophet/forecaster.py#L2703
Cannot access member "tuner" for type "Trainer"
Member "tuner" is unknown (reportGeneralTypeIssues)
|
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
6 errors
|
pyright:
neuralprophet/forecaster.py#L1008
Expression value is unused (reportUnusedExpression)
|