Martin Springer

Results 9 comments of Martin Springer

Temperature models: https://pvlib-python.readthedocs.io/en/stable/reference/pv_modeling/temperature.html

temperature models we want to include: [ if temp_model == "sapm":](https://github.com/NREL/PVDegradationTools/blob/46570d2605e5c3fb08058cb847dfc2db72e695d3/pvdeg/temperature.py#L50)

coverage reports are now automated. currently deployed in the development branch waiting to be pushed to main. You can find them in the readme in the top table under 'Build...

Thank you for raising this issues and the suggestions. The time zone conversion has been an issue in the past and we've started work on adding some functionality to transform...

@tobin-ford - Is there anything preventing us from adding OpenBLAS to the dependencies in pyproject.toml ?

We are also having trouble with h5py==3.15.1 and netCDF4>=1.7.2: https://github.com/NREL/PVDegradationTools/issues/278 h5py==3.15.1 and netCDF4==1.7.2 works for python>=3.11 but fails for python 3.10 https://github.com/NREL/PVDegradationTools/actions/runs/18564993020/job/52927232647 h5py==3.15.1 and netCDF4==1.7.3 fails for all python versions...

https://github.com/NREL/PVDegradationTools/issues/289 moved to someday. I think we have everything now

@shirubana - Thank you, Silvana. I think we should be able to use a pre-commit hook for this. Maybe something like this. https://jupytext.readthedocs.io/en/latest/using-pre-commit.html. There might be simpler hooks than this...