Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deryacog committed Jan 10, 2025
1 parent 0becf1d commit 2f4af8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mergetb/average_data_grid_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def get_data(directory):


average_data_time_pull = {}
average_data_max_retrieve = {str(i): {} for i in range(1, 16)}
average_data_max_retrieve = {str(i): {} for i in range(1, 13)}

print(f"time_pulls: {data.keys()}")

Expand Down

0 comments on commit 2f4af8c

Please sign in to comment.