NREL / ReEDS-2.0

https://nrel.github.io/ReEDS-2.0/
GNU General Public License v3.0
120 stars 16 forks source link

Load.csv.gz is not a gzipped file #144

Closed cassiemavs closed 1 year ago

cassiemavs commented 1 year ago

Hi ReEDS team, I was trying to run a small test case using cases_small.csv. When the code runs to all_year_load.py, this error occurred "inputs\variability\multi_year\load.csv.gz is not a gzipped file". Can you direct me to the correct load.csv.gz file?

wesleyjcole commented 1 year ago

It's likely that git lfs was not installed correctly when you cloned the repository. See https://github.com/NREL/ReEDS_OpenAccess/discussions/82. If that doesn't address things, let us know.

cassiemavs commented 1 year ago

Thank you for the reply! Yes, it is the git lfs issue. I fixed it and now everything runs fine.