Skip to content

Commit

Permalink
fix: ran yapf for passing the checks
Browse files Browse the repository at this point in the history
  • Loading branch information
init-22 committed Nov 19, 2024
1 parent 76b084b commit f72028f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scoring/score_submissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ def main(_):
verbosity=0,
self_tuning_ruleset=FLAGS.self_tuning_ruleset,
strict=FLAGS.strict,
output_dir=FLAGS.output_dir,)
output_dir=FLAGS.output_dir,
)
if not os.path.exists(FLAGS.output_dir):
os.mkdir(FLAGS.output_dir)
performance_profile.plot_performance_profiles(
Expand Down

0 comments on commit f72028f

Please sign in to comment.