Skip to content

Commit ee64799

Browse files
committed
more deprecation
1 parent b55f74d commit ee64799

File tree

1 file changed

+21
-8
lines changed

1 file changed

+21
-8
lines changed

pvlib/bifacial/infinite_sheds.py

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -250,12 +250,19 @@ def get_irradiance_poa(surface_tilt, surface_azimuth, solar_zenith,
250250
on the surface that is not reflected away. [unitless]
251251
252252
npoints : int, default 100
253-
Number of discretization points for calculating integrated view
254-
factors.
253+
254+
.. deprecated:: v0.11.2
255+
256+
This parameter has no effect; integrated view factors are now
257+
calculated exactly instead of with discretized approximations.
255258
256259
vectorize : bool, default False
257-
If True, vectorize the view factor calculation across ``surface_tilt``.
258-
This increases speed with the cost of increased memory usage.
260+
261+
.. deprecated:: v0.11.2
262+
263+
This parameter has no effect; calculations are now vectorized
264+
with no memory usage penality.
265+
259266
260267
Returns
261268
-------
@@ -470,12 +477,18 @@ def get_irradiance(surface_tilt, surface_azimuth, solar_zenith, solar_azimuth,
470477
etc. A negative value is a reduction in back irradiance. [unitless]
471478
472479
npoints : int, default 100
473-
Number of discretization points for calculating integrated view
474-
factors.
480+
481+
.. deprecated:: v0.11.2
482+
483+
This parameter has no effect; integrated view factors are now
484+
calculated exactly instead of with discretized approximations.
475485
476486
vectorize : bool, default False
477-
If True, vectorize the view factor calculation across ``surface_tilt``.
478-
This increases speed with the cost of increased memory usage.
487+
488+
.. deprecated:: v0.11.2
489+
490+
This parameter has no effect; calculations are now vectorized
491+
with no memory usage penality.
479492
480493
Returns
481494
-------

0 commit comments

Comments
 (0)