Skip to content

Commit

Permalink
cleanup run-stats plotter
Browse files Browse the repository at this point in the history
  • Loading branch information
avivajpeyi committed Jul 30, 2023
1 parent 40ce8e7 commit c8c0771
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@


class TOIRunStatsRecorder:
"""Class to record the run stats of the TOI notebooks"""

# TODO: deprecate in place of the AnalysisSummary class
# (this makes each slurm job write to the same file)
# (AnalysisSummary makes each slurm job write to a different file)

def __init__(self, fname: str):
self.fname = os.path.abspath(fname)
self.outdir = os.path.dirname(self.fname)
Expand Down

0 comments on commit c8c0771

Please sign in to comment.