Skip to content

Commit

Permalink
test6
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilchodola committed Apr 3, 2024
1 parent 22e253a commit 1c23b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flood/runners/single_runner/single_runner_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,13 +228,13 @@ def _print_single_run_conclusion_text(
] = category_results
else:
raise Exception('deep metrics not available')
print(deep_results_by_category)
print()
flood.user_io.print_metric_tables(
results=deep_results_by_category['failed'],
metrics=['n_invalid_json_errors'],
indent=4,
)
print('test')
print()
flood.user_io.print_metric_tables(
results=deep_results_by_category['failed'],
Expand Down

0 comments on commit 1c23b0a

Please sign in to comment.