Skip to content

Commit

Permalink
Alter is prob check
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukhil Patel authored and Sukhil Patel committed Jun 13, 2024
1 parent 42cf739 commit 0e2bc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/forecast.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def forecast_page():
is_prob = (
(model in ["National_xg", "blend"])
or
(model.startswith("pvnet_v2") and not model.endswith("_gsp_sum"))
(model.startswith("pvnet") and not model.endswith("_gsp_sum"))
)
if is_prob:
selected_prob_models.append(model)
Expand Down

0 comments on commit 0e2bc54

Please sign in to comment.