Skip to content

Commit

Permalink
Update evaluation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zakwatts authored Dec 12, 2023
1 parent 434d29a commit 0a401e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions quartz_solar_forecast/evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ def run_eval(testset_path):
# load testset from csv
testset = df.read_csv(testset_path)

# Extract generation data and metadata for specific sites and timestamps for the testset from Hugging Face.
# Extract generation data and metadata for specific sites and timestamps for the testset from Hugging Face. (Zak)


# Split data into PV inputs and ground truth.
# Split data into PV inputs and ground truth. (Zak)


# Collect NWP data from Hugging Face, ICON.
# Collect NWP data from Hugging Face, ICON. (Peter)


# Run forecast with PV and NWP inputs.
Expand Down

0 comments on commit 0a401e4

Please sign in to comment.