Skip to content

Commit

Permalink
update the name of the model to match ocf production (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakwatts authored Jun 5, 2024
1 parent f451d98 commit 5d78c17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quartz_solar_forecast/forecasts/v1_tilt_orientation.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def forecast_v1_tilt_orientation(nwp_source:str, nwp_xr:xr.Dataset, pv_xr:xr.Dat
"""

if model is None:
model = load_model(f"{dir_path}/../models/model-0.3.1.pkl")
model = load_model(f"{dir_path}/../models/model-0.4.0.pkl")

# format pv and nwp data
pv_data_source = NetcdfPvDataSource(
Expand Down

0 comments on commit 5d78c17

Please sign in to comment.