epri-dev / StorageVET

StorageVET 2.0 is a valuation model for analysis of energy storage technologies and some other energy resources paired with storage. The tool can be used as a standalone model, or integrated with other power system models, thanks to its open-source Python framework. Download the executable environment and learn more at https://www.storagevet.com.
https://www.storagevet.com
BSD 3-Clause "New" or "Revised" License
63 stars 25 forks source link

One test failed on freshly cloned repos #3

Open khalida opened 3 years ago

khalida commented 3 years ago

Hi, followed the install instructions on the README, and all software and dependencies appeared to install cleanly / without error. However, when running the tests 1 of the tests failed with the following error:

storagevet.ErrorHandling.FilenameError: Could not open or could not find time_series at './test/datasets/000-004-timeseries.xlsx'

Looking at the git repos online this file indeed does not exist - although there are variations of the name ("_5min", "_5min_negprices" etc.).

I can paste the full test log here if that would be helpful - but I'm fairly confident the cause of the error is a filename mismatch. Just wanted to check if the file name should be updated in the testing files or in the test data set directory?