Skip to content

Commit 13cf1d0

Browse files
author
AlexandrByzov
committed
fix: remove set local rank
1 parent ee41f82 commit 13cf1d0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/tests_fabric/plugins/environments/test_xla.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,3 @@ def test_attributes_from_xla_greater_21_used(xla_available, monkeypatch):
125125

126126
env.set_global_rank(100)
127127
assert env.global_rank() == 2
128-
129-
env.set_local_rank(100)
130-
assert env.local_rank() == 1

0 commit comments

Comments
 (0)