From 27989c5d99d9e88cc5474639ae1f1c7982a48811 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Thu, 23 Apr 2026 13:18:52 -0400 Subject: [PATCH] fix indentation --- pvlib/irradiance.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pvlib/irradiance.py b/pvlib/irradiance.py index 978e520f5a..5a4a76df25 100644 --- a/pvlib/irradiance.py +++ b/pvlib/irradiance.py @@ -3817,11 +3817,11 @@ def louche(ghi, solar_zenith, datetime_or_doy, max_zenith=90): Contains the following keys/columns: * ``dni``: the modeled direct normal irradiance, see :term:`dni`. - [Wm⁻²] + [Wm⁻²] * ``dhi``: the modeled diffuse horizontal irradiance, see :term:`dhi`. - [Wm⁻²] + [Wm⁻²] * ``kt``: Clearness index. Ratio of global to - extraterrestrial irradiance on a horizontal plane. [unitless] + extraterrestrial irradiance on a horizontal plane. [unitless] References -------