From 4efe70e220a2c7cf7a6981144fb1b9028bbe41b2 Mon Sep 17 00:00:00 2001 From: Tamas Gal <himself@tamasgal.com> Date: Tue, 3 Sep 2024 09:33:26 +0200 Subject: [PATCH] Use 4 hours of data --- backend/scripts/time_residuals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/scripts/time_residuals.py b/backend/scripts/time_residuals.py index bd92085..4d0439d 100755 --- a/backend/scripts/time_residuals.py +++ b/backend/scripts/time_residuals.py @@ -38,7 +38,7 @@ def main(): args = docopt(__doc__) plots_path = args['-o'] - hours = 2 + hours = 4 while True: print("Reading data...") -- GitLab