pvlib / pvlib-python

A set of documented functions for simulating the performance of photovoltaic energy systems.
https://pvlib-python.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.17k stars 991 forks source link

[Documentation] `perez_driesse` is missing in `ValueError` definition of `pvlib.irradiation.get_sky_diffuse` #2186

Closed BernatNicolau closed 1 month ago

BernatNicolau commented 1 month ago

Describe the bug In the ValueError definition of get_sky_diffuse, perez_driesse seems to be missing.

ValueError
        If model is one of ``'haydavies'``, ``'reindl'``, or ``'perez'`` and
        ``dni_extra`` is not specified.

Should be


ValueError
        If model is one of ``'haydavies'``, ``'reindl'``, ``'perez'``  or
        ``'perez_driesse'`` and ``dni_extra`` is not specified.