Skip to content

Commit

Permalink
add flags for saving results files
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Jul 2, 2024
1 parent ea586fe commit 3212115
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scoring/score_submissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,16 @@
'self_tuning_ruleset',
False,
'Whether to score on self-tuning ruleset or externally tuned ruleset')
flags.DEFINE_string(
'save_results_to_filename',
None,
'Filename to save the processed results that are fed into the performance profile functions'
)
flags.DEFINE_boolean(
'load_results_from_filename',
None,
'Filename to load processed results from that are fed into performance profile functions'
)
FLAGS = flags.FLAGS


Expand Down

0 comments on commit 3212115

Please sign in to comment.