Skip to content

Commit

Permalink
Fixed var name
Browse files Browse the repository at this point in the history
  • Loading branch information
Crivella committed Oct 10, 2024
1 parent cf9f070 commit c2c3f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eessi/testsuite/tests/apps/MetalWalls.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def skip_max_corecnt(self):
max_task_cnt = 256
bench_name = self.benchmark_info[0]
self.skip_if(
self.num_tasks > max_corecnt,
self.num_tasks > max_task_cnt,
f'Number of tasks {self.num_tasks} exceeds maximum task count {max_task_cnt} for {bench_name}'
)

Expand Down

0 comments on commit c2c3f2a

Please sign in to comment.