Skip to content

Commit

Permalink
Renamed and moved composite_fig_6.py
Browse files Browse the repository at this point in the history
  • Loading branch information
simonleandergrimm committed Dec 2, 2023
1 parent 76f3c50 commit e721025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composite-fig-6.py → figures/composite_fig_6.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class SummaryStats:

def read_data() -> dict[tuple[str, str, str, str], SummaryStats]:
data = {}
with open("fits_summary.tsv") as datafile:
with open("../fits_summary.tsv") as datafile:
reader = csv.DictReader(datafile, delimiter="\t")
for row in reader:
virus = row["tidy_name"]
Expand Down

0 comments on commit e721025

Please sign in to comment.