Skip to content

Commit

Permalink
fixed the path to testset in evaluation script (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
roshnaeem authored Mar 11, 2024
1 parent 2c7d910 commit 8ffff70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.env
scripts/datapipes/test.nc
scripts/datapipes/UK_PV_metadata.csv
scripts/datapipes/nwp_data
scripts/datapipes/nwp_data
quartz_solar_forecast/data
2 changes: 1 addition & 1 deletion quartz_solar_forecast/evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
)


def run_eval(testset_path: str = "quartz_solar_forecast/dataset/testset.csv"):
def run_eval(testset_path: str = "dataset/testset.csv"):

# load testset from csv
testset = pd.read_csv(testset_path)
Expand Down

0 comments on commit 8ffff70

Please sign in to comment.