From 5a01c3aa7b44f752cb3ecf986b32c34b28b1ef27 Mon Sep 17 00:00:00 2001 From: "Perry, Kirsten" Date: Mon, 12 Feb 2024 10:39:43 -0700 Subject: [PATCH] updates to docstring --- docs/examples/pvfleets-qa-pipeline/pvfleets-irradiance-qa.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples/pvfleets-qa-pipeline/pvfleets-irradiance-qa.py b/docs/examples/pvfleets-qa-pipeline/pvfleets-irradiance-qa.py index 09afd062..96610437 100644 --- a/docs/examples/pvfleets-qa-pipeline/pvfleets-irradiance-qa.py +++ b/docs/examples/pvfleets-qa-pipeline/pvfleets-irradiance-qa.py @@ -58,8 +58,8 @@ # 1) Flatlined/stale data periods # (:py:func:`pvanalytics.quality.gaps.stale_values_round`) # 2) Negative irradiance data -# 3) "Abnormal" data periods, which are defined as less than the daily minimum -# of 50 OR any data greater than 1300 +# 3) "Abnormal" data periods, which are defined as days with a daily minimum +# greater than 50 OR any data greater than 1300 # 4) Outliers, which are defined as more than one 4 standard deviations # away from the mean (:py:func:`pvanalytics.quality.outliers.zscore`)