NREL/hsds-examples

notebook error

Opened this issue · 0 comments

The notebooks/03_NSRDB_introduction.ipynb seems to have an error in cell 32. I think:
units = f['wind_speed'].attrs['psm_units']
was meant to be:
units = f['ghi'].attrs['psm_units']

The wind_speed dataset doesn't have a psm_units attribute.