Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
addisoncrump committed Aug 8, 2024
1 parent 394dc29 commit 3dc90d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/experiment_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ def get_corpus_archive_name(cycle: int) -> str:
"""Returns a corpus archive name given a cycle."""
return get_cycle_filename('corpus-archive', cycle) + '.tar.gz'


def get_coverage_archive_name(cycle: int) -> str:
"""Returns a corpus archive name given a cycle."""
return get_cycle_filename('coverage-archive', cycle) + '.json'
Expand Down

0 comments on commit 3dc90d2

Please sign in to comment.