Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dfulu committed Dec 22, 2023
1 parent ba5e83f commit 45c12e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pvnet_app/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def populate_data_config_sources(input_path, output_path):
config["input_data"][source][f"{source}_zarr_path"] = production_paths[source]

# NWP is nested so much be treated separately
if ("ukv" in config["input_data"]):
if "nwp" in config["input_data"]:
nwp_config = config["input_data"]["nwp"]
for nwp_source in nwp_config.keys():
if nwp_config[nwp_source][f"nwp_zarr_path"]!="":
Expand Down

0 comments on commit 45c12e5

Please sign in to comment.