Skip to content

Commit de1fe69

Browse files
committed
Merge remote-tracking branch 'upstream/main' into pvsystem_racking
2 parents 0ffb6f9 + 29b1f86 commit de1fe69

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/sphinx/source/whatsnew/v0.11.2.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Documentation
2121
:py:class:`~pvlib.pvsystem.FixedMount` docstrings, added the freestanding
2222
racking model option, and various formatting edits for clarity.
2323
(:issue:`1942`, :pull:`2232`)
24+
:py:func:`~pvlib.pvsystem.dc_ohmic_losses` for clarity. (:issue:`1601`, :pull:`2229`)
25+
2426

2527
Testing
2628
~~~~~~~

pvlib/pvsystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2951,7 +2951,7 @@ def dc_ohmic_losses(resistance, current):
29512951
29522952
.. math::
29532953
2954-
L = I \times R^2
2954+
L = I^2 \times R
29552955
29562956
where :math:`I` is the current (A) and :math:`R` is the resistance of the
29572957
conductor (ohms).

0 commit comments

Comments
 (0)