Skip to content

Commit

Permalink
create more wind data
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Dec 16, 2024
1 parent 468a093 commit c03d4d7
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 @@ -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)
Expand Down

0 comments on commit c03d4d7

Please sign in to comment.