Skip to content

Commit

Permalink
Fix linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
LourensVeen committed Dec 4, 2024
1 parent 88ceb42 commit e19e10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_test/cluster_test/test_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,5 +247,5 @@ def test_macro_micro(
assert out.split('\n')[0] == 'headnode'
else:
node, hwthreads, _ = out.split('\n')
assert node == f'node-4'
assert node == 'node-4'
assert hwthread_to_core(hwthreads) == [rank]

0 comments on commit e19e10e

Please sign in to comment.