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 diff --git a/solardatatools/data_handler.py b/solardatatools/data_handler.py index b94bd311..c8657c0e 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