Skip to content

Commit

Permalink
make 25 hours of wind readings
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Dec 16, 2024
1 parent 558c520 commit 468a093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def generation_db_values(db_session, sites, init_timestamp):
def generation_db_values_only_wind(db_session, sites, init_timestamp):
"""Create some fake generations"""

n = 20*24 # 24 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)
Expand Down

0 comments on commit 468a093

Please sign in to comment.