Skip to content

Commit 28194a1

Browse files
committed
Fixing syntax error
1 parent b58520d commit 28194a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/test_pytorch_xla.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def num_gpus(instance_type):
5858
@pytest.mark.parametrize("cluster_size", [1, 4])
5959
class TestPyTorchXLARunner:
6060
@patch.object(PyTorchXLARunner, "_check_compatibility")
61-
def test_setup(self, *patches):
61+
def test_setup(self, cluster, cluster_size, master, instance_type, num_gpus, *patches):
6262
for current_host in cluster:
6363
rank = cluster.index(current_host)
6464
print(f"Testing as host {rank+1}/{cluster_size}")

0 commit comments

Comments
 (0)