From c03d4d72206d517ae58d4ea2e005a0c4c4b1d33a Mon Sep 17 00:00:00 2001 From: peterdudfield Date: Mon, 16 Dec 2024 17:01:01 +0000 Subject: [PATCH] create more wind data --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 273ef47..e117c63 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -134,7 +134,7 @@ def sites(db_session): def generation_db_values(db_session, sites, init_timestamp): """Create some fake generations""" - n = 100 # 5 hours of readings + n = 20*25 # 25 hours of readings start_times = [init_timestamp - dt.timedelta(minutes=x * 3) for x in range(n)] # remove some of the most recent readings (to simulate missing timestamps)