diff --git a/src/timing.py b/src/timing.py index 695a9b5..ea08c0b 100644 --- a/src/timing.py +++ b/src/timing.py @@ -1,7 +1,6 @@ import matplotlib.pyplot as plt def main(): - fig, ax = plt.subplots() x = [] gen_alg = [] spec_alg = []