Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adjustment to make python 3.11 happy
the error exposed in a Jupyter notebook was: ``` 43 da = xr.DataArray.transpose(ds.psd) 45 # get solar elevation 46 # Estimate the solar position with a specific SPA defined with the argument 'method' ---> 47 solpos = pvlib.solarposition.get_solarposition(ds.time, *lat_lon_for_solpos) 48 se = solpos.elevation # isolate solar elevation 49 # map elevation to gray scale TypeError: Value after * must be an iterable, not float ```
- Loading branch information