You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/projects/rev/environments/revruns/lib/python3.11/site-packages/rex/resource.py", line 632, in __init__
self._h5 = h5py.File(self.h5_file, mode=mode)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/projects/rev/environments/revruns/lib/python3.11/site-packages/h5py/_hl/files.py", line 562, in __init__
fid = make_fid(name, mode, userblock_size, fapl, fcpl, swmr=swmr)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/projects/rev/environments/revruns/lib/python3.11/site-packages/h5py/_hl/files.py", line 235, in make_fid
fid = h5f.open(name, flags, fapl=fapl)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
File "h5py/h5f.pyx", line 102, in h5py.h5f.open
FileNotFoundError: [Errno 2] Unable to synchronously open file (unable to open file: name = '/kfs2/pdatasets/WIND/conus/v1.0.0/wtk_conus_2017.h5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0)
This is confusing because of course WTK 2017 doesn't exist, and no one input 2017 as a year anywhere in the config.
Probably should use the current calendar year as the upper bound? Or maybe 2100 to support sup3rCC?
In either case, the the break doesn't activate, a FileNotFoundError error should be raised without substituting the year.
The text was updated successfully, but these errors were encountered:
In this code:
reV/reV/supply_curve/cli_sc_aggregation.py
Lines 52 to 58 in a27dc0a
the hardcoded years lead to this error:
This is confusing because of course WTK 2017 doesn't exist, and no one input 2017 as a year anywhere in the config.
Probably should use the current calendar year as the upper bound? Or maybe 2100 to support sup3rCC?
In either case, the the break doesn't activate, a
FileNotFoundError
error should be raised without substituting the year.The text was updated successfully, but these errors were encountered: