Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Dec 2, 2024
1 parent 5d38b41 commit 8d67aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion india_forecast_app/models/pvnet/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def process_and_cache_nwp(nwp_config: NWPProcessAndCacheConfig):
if nwp_config.source == "mo_global":

# only select the variables we need
nwp_channels = nwp_config.config.nwp_channels
nwp_channels = list(nwp_config.config.nwp_channels)
ds = ds.sel(variable=nwp_channels)

# regrid data
Expand Down

0 comments on commit 8d67aae

Please sign in to comment.