Commit c430682c by Anselm Jia

Merge branch 'master' of mit.cs.uchicago.edu:ethanmertz/CS-123-Final

parents 6ed8c393 8752c7e5
...@@ -38,7 +38,7 @@ def plot_top(files): ...@@ -38,7 +38,7 @@ def plot_top(files):
def process_results(): def process_results():
files = [] files = []
with open("results.txt") as r: with open("topfunctionfiles.txt") as r:
for line in r: for line in r:
reg = re.findall("pyfile([0-9]+).txt", line) reg = re.findall("pyfile([0-9]+).txt", line)
if reg: if reg:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment