Closed djxvillain closed 3 years ago
The sam config in the TESTDATADIR doesn't get copied into your install directory if you're not doing a pip install -e .
The actual sam config file is here: https://github.com/NREL/reV/blob/master/tests/data/SAM/naris_pv_1axis_inv13.json
Best option is to download that file onto your computer, point the sam_file
input arg in the example to where the file actually is, and try running again.
Let me know how it goes!
The sam config in the TESTDATADIR doesn't get copied into your install directory if you're not doing a pip install -e .
The actual sam config file is here: https://github.com/NREL/reV/blob/master/tests/data/SAM/naris_pv_1axis_inv13.json
Best option is to download that file onto your computer, point the
sam_file
input arg in the example to where the file actually is, and try running again.Let me know how it goes!
It worked! Thank you for your quick response!
Bug Description A clear and concise description of what the bug is.
I have followed the instructions here to install reV. I then followed the instructions here to setup HSDS with my own API key. I am trying to run this example, but I receive the error:
ConfigError: Invalid SAM config C:\Users\dgormley\Anaconda3\envs\rev\lib\site-packages\tests\data\SAM/naris_pv_1axis_inv13.json: C:\Users\dgormley\Anaconda3\envs\rev\lib\site-packages\tests\data\SAM/naris_pv_1axis_inv13.json does not exist
I followed the instructions to the best of my knowledge and didn't have any issues. My goal is to be able to analyze a scenario similar to pywatts for a final project. I tried all of yesterday to get this to work, but with no luck.
Expected behavior A clear and concise description of what you expected to happen.
I would expect the pywatts example to produce the example out.
System (please complete the following information):
Windows 64 bit Anaconda