We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44150d3 commit 4ea3f5eCopy full SHA for 4ea3f5e
pvnet/models/base_model.py
@@ -395,7 +395,6 @@ def __init__(
395
self,
396
history_minutes: int,
397
forecast_minutes: int,
398
- output_quantiles: list[float] | None = None,
399
output_quantiles: Optional[list[float]] = None,
400
num_gmm_components: Optional[int] = None,
401
target_key: str = "gsp",
tests/models/test_gmm_basemodel.py
@@ -109,4 +109,3 @@ def test_quantiles_and_gmm_mutually_exclusive():
109
num_gmm_components=2,
110
interval_minutes=30,
111
)
112
-© 2025 GitHub, Inc.
0 commit comments