Skip to content

Commit

Permalink
update lrs data and class averages
Browse files Browse the repository at this point in the history
  • Loading branch information
demetrios-koziris committed Apr 16, 2023
1 parent 47ea594 commit 2b01f65
Show file tree
Hide file tree
Showing 4 changed files with 973 additions and 425 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

formatted_json = ''

with open('input/ClassAverages__2023-01-08_20_03_28__7909___4.3.31.json', 'r') as input_file:
with open('input/ClassAverages__2023-04-15_23_20_07__8377___4.3.32.json', 'r') as input_file:
data = json.load(input_file)

for course_name, course_data in data.items():
Expand Down
Loading

0 comments on commit 2b01f65

Please sign in to comment.