Skip to content

Commit

Permalink
updated users
Browse files Browse the repository at this point in the history
  • Loading branch information
rcooke-ast committed Sep 11, 2024
1 parent f399958 commit 6bfa9fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions presentations/py/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ def set_fontsize(ax, fsz):
ax.get_xticklabels() + ax.get_yticklabels()):
item.set_fontsize(fsz)

user_dates = ["2021-03-11", "2022-04-29", "2022-11-07", "2022-12-06", "2023-06-08", "2023-06-29", "2023-07-11", "2023-09-03", "2023-10-13", "2023-12-01", "2023-12-15", "2024-02-22", "2024-03-21", "2024-04-09", "2024-05-02", "2024-05-19", "2024-06-06", "2024-06-10", "2024-08-20"]
user_dates = ["2021-03-11", "2022-04-29", "2022-11-07", "2022-12-06", "2023-06-08", "2023-06-29", "2023-07-11", "2023-09-03", "2023-10-13", "2023-12-01", "2023-12-15", "2024-02-22", "2024-03-21", "2024-04-09", "2024-05-02", "2024-05-19", "2024-06-06", "2024-06-10", "2024-08-20", "2024-09-11"]
user_dates = numpy.array([numpy.datetime64(date) for date in user_dates])
user_number = numpy.array([125, 293, 390, 394, 477, 487, 506, 518, 531, 544, 551, 568, 579, 588, 596, 603, 616, 620, 643])
user_number = numpy.array([125, 293, 390, 394, 477, 487, 506, 518, 531, 544, 551, 568, 579, 588, 596, 603, 616, 620, 643, 655])

user_pred_dates = numpy.array([numpy.datetime64(date)
for date in ["2024-06-10", "2024-12-31", "2025-12-31", "2026-12-31",
Expand Down

0 comments on commit 6bfa9fa

Please sign in to comment.