From 806265ff458200b249e5d93f0009c904c37384cd Mon Sep 17 00:00:00 2001 From: "Sara A. Miskovich" Date: Fri, 15 Mar 2024 15:49:11 -0700 Subject: [PATCH 1/2] Update requirements.txt adjust git repo spcqe dependency --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1a13ab6e..8ba81724 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,4 +19,4 @@ osqp clarabel qss tqdm -git+https://github.com/cvxgrp/spcqe.git +spcqe @ git+https://github.com/cvxgrp/spcqe.git@29c72667f6f0876531f5cff0e43c2201591183e9 From ec45117c46bc01c4ebe64dab6372bf33caaf8dc7 Mon Sep 17 00:00:00 2001 From: "Sara A. Miskovich" Date: Fri, 15 Mar 2024 16:01:19 -0700 Subject: [PATCH 2/2] Update data_handler.py Remove typo. --- solardatatools/data_handler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solardatatools/data_handler.py b/solardatatools/data_handler.py index 852c58aa..25bfcc30 100644 --- a/solardatatools/data_handler.py +++ b/solardatatools/data_handler.py @@ -203,8 +203,8 @@ def run_pipeline( This pipeline runs a series of preprocessing, cleaning, and quality control tasks on stand-alone PV power or irradiance time series data. - After the pipeline is a run, the data may be plotted, filtered, or - further analyzed + After the pipeline is run, the data may be plotted, filtered, or + further analyzed. Authors: Bennet Meyers and Sara Miskovich, SLAC