Skip to content

Commit

Permalink
fix bug automation
Browse files Browse the repository at this point in the history
  • Loading branch information
Atotti committed Jan 3, 2024
1 parent 4ad7b28 commit 08b53b0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 51 deletions.
6 changes: 1 addition & 5 deletions .automation/make_progress.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,7 @@ def plot_progress(users: np.array, scores: np.array):
# print(d)
# print(len(d))
xmin, xmax = plt.xlim()
if len(d) != 10 and len(d) != 0:
label = "{}Border".format(str(date_list[len(d)])[5:])
plt.hlines((len(d)+1) * 10, xmin, xmax, linewidth=2,
linestyle='dashed', color="gray", label=label)
plt.xlim(xmin, xmax)


if len(d) != 0:
label = "{}Border".format(str(d[-1])[5:])
Expand Down
41 changes: 0 additions & 41 deletions package-lock.json

This file was deleted.

5 changes: 0 additions & 5 deletions package.json

This file was deleted.

Binary file modified progress.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 08b53b0

Please sign in to comment.