victormiller commited on
Commit
d3adae6
1 Parent(s): f4bc6d2

Update results.py

Browse files
Files changed (1) hide show
  1. results.py +1 -1
results.py CHANGED
@@ -5,7 +5,7 @@ from matplotlib import pyplot
5
  from fh_matplotlib import matplotlib2fasthtml
6
 
7
 
8
- with open("graph_data.jsonl", 'r') as f:
9
  for line in f:
10
  for title, meta in json.loads(line).items():
11
  _, ax = pyplot.subplots()
 
5
  from fh_matplotlib import matplotlib2fasthtml
6
 
7
 
8
+ with open("data/graph_data.jsonl", "r") as f:
9
  for line in f:
10
  for title, meta in json.loads(line).items():
11
  _, ax = pyplot.subplots()