Describe the bug
Within the pvlib.pvsystem.PVSystem documentation, the module_type parameter is stated to be glass_polymer as default, while in fact it the default value is None
To Reproduce
Steps to reproduce the behavior:
- Run
system = pvlib.pvsystem.PVSystem()
- Print
system variable
- Check value for
module_type
Expected behavior
Not sure if it is the documentation or the implementation that is wrong.
Screenshots
Initialization of the PVSystem class:
Versions:
pvlib.__version__: 0.13.1
pandas.__version__:
- python: