I am trying to model the self shading of the diffuse radiation with pvlib.shading.masking_angle_passias() and pvlib.shading.sky_diffuse_passias(). When I try to run the modell I get the following error:
AttributeError: module 'pvlib' has no attribute 'shading'
Versions:
pvlib.__version__: 0.8.0
pandas.__version__: 1.2.1
- python: 3.8.5