We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 048a72d commit 8bb3c88Copy full SHA for 8bb3c88
experiment/run_experiment.py
@@ -748,7 +748,7 @@ def run_experiment_main(args=None):
748
benchmark_types = ';'.join(
749
[f'{b}: {benchmark_utils.get_type(b)}' for b in args.benchmarks])
750
raise ValidationError(
751
- 'Selected benchmarks are a mix between coverage'
+ 'Selected benchmarks are a mix between coverage '
752
'and bug benchmarks. This is currently not supported.'
753
f'Selected benchmarks: {benchmark_types}')
754
0 commit comments