From 92e5d2e48bc1af05e6cb4cb603d506900e6ef89e Mon Sep 17 00:00:00 2001 From: RDaxini <143435106+RDaxini@users.noreply.github.com> Date: Tue, 9 Jul 2024 17:56:13 +0100 Subject: [PATCH 1/2] update returns statement --- pvlib/spectrum/mismatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pvlib/spectrum/mismatch.py b/pvlib/spectrum/mismatch.py index 61e0957ff4..30a125470b 100644 --- a/pvlib/spectrum/mismatch.py +++ b/pvlib/spectrum/mismatch.py @@ -559,7 +559,7 @@ def spectral_factor_sapm(airmass_absolute, module): Returns ------- f1 : numeric - The SAPM spectral loss coefficient. + The spectral mismatch factor [unitless] Notes ----- From 0b454feb6174510fa515ded0721330bf31256954 Mon Sep 17 00:00:00 2001 From: RDaxini <143435106+RDaxini@users.noreply.github.com> Date: Tue, 9 Jul 2024 18:15:23 +0100 Subject: [PATCH 2/2] Update pvlib/spectrum/mismatch.py Co-authored-by: Adam R. Jensen <39184289+AdamRJensen@users.noreply.github.com> --- pvlib/spectrum/mismatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pvlib/spectrum/mismatch.py b/pvlib/spectrum/mismatch.py index 30a125470b..197c226231 100644 --- a/pvlib/spectrum/mismatch.py +++ b/pvlib/spectrum/mismatch.py @@ -559,7 +559,7 @@ def spectral_factor_sapm(airmass_absolute, module): Returns ------- f1 : numeric - The spectral mismatch factor [unitless] + The spectral mismatch factor. [unitless] Notes -----