Skip to content

Commit

Permalink
Remove erroneous self.prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
elinscott committed Oct 4, 2024
1 parent 3d8b863 commit e1efa98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/helpers/patches/_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ def _run(self):

# Compare the inputs
if not bench_process.inputs == self.inputs:
utils.warn(f'Inputs for {self.prefix} differ from the benchmark')
utils.warn(f'Inputs differ from the benchmark')
utils.warn(f'Inputs: {self.inputs}')
utils.warn(f'Benchmark inputs: {bench_process.inputs}')
raise ValueError()
Expand Down

0 comments on commit e1efa98

Please sign in to comment.