Skip to content

Commit

Permalink
Change if none ocurrences (II)
Browse files Browse the repository at this point in the history
F: If None
R: If not specified,
  • Loading branch information
echedey-ls committed Aug 6, 2023
1 parent 96a4f58 commit a89addb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pvlib/clearsky.py
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ def detect_clearsky(measured, clearsky, times=None, infer_limits=False,
clearsky : array or Series
Time series of the expected clearsky GHI. [W/m2]
times : DatetimeIndex or None, default None.
Times of measured and clearsky values. If None the index of measured
Times of measured and clearsky values. If not specified, the index of measured
will be used.
infer_limits : bool, default False
If True, does not use passed in kwargs (or defaults), but instead
Expand Down
4 changes: 2 additions & 2 deletions pvlib/pvsystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -2383,8 +2383,8 @@ def singlediode(photocurrent, saturation_current, resistance_series,
(coulombs). ``0 < nNsVth``. [V]
ivcurve_pnts : int, optional
Number of points in the desired IV curve. If None or 0, no points on
the IV curves will be produced.
Number of points in the desired IV curve. If not specified or 0, no
points on the IV curves will be produced.
.. deprecated:: 0.10.0
Use :py:func:`pvlib.pvsystem.v_from_i` and
Expand Down

0 comments on commit a89addb

Please sign in to comment.