diff --git a/benchmark/over_time.py b/benchmark/over_time.py index 6215c5411..8eec5d603 100644 --- a/benchmark/over_time.py +++ b/benchmark/over_time.py @@ -57,7 +57,7 @@ def plot_over_time(yaml_file): ) for model in models ] - + # Separate data points by color orange_points = [(d, r) for d, r, c in zip(dates, pass_rates, colors) if c == "orange"] red_points = [(d, r) for d, r, c in zip(dates, pass_rates, colors) if c == "red"]