diff --git a/benchmark/problem_stats.py b/benchmark/problem_stats.py index 4924fa376..d0e09edc0 100755 --- a/benchmark/problem_stats.py +++ b/benchmark/problem_stats.py @@ -46,7 +46,7 @@ def analyze_exercise_solutions(topn=None): # Unpack the filtered and sorted entries leaderboard = [entry for entry, _ in valid_entries] - + # Get all exercise names from a complete run all_exercises = set() exercise_solutions = defaultdict(list)