We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91714d4 commit 25147a2Copy full SHA for 25147a2
test/spmd/test_xla_sharding.py
@@ -1162,9 +1162,7 @@ def test_mark_shard_scalar(self):
1162
self.assertIsInstance(shard.indices, type(Ellipsis))
1163
self.assertEqual(shard.replica_id, i)
1164
1165
- # It looks like mesh_shape attribute is never implemented.
1166
- with self.assertRaises(AttributeError):
1167
- xt.mesh_shape
+ # Removed mesh shape assert now that it has been implemented
1168
1169
def test_global_mesh(self):
1170
expected_mesh = self._get_mesh((1, self.n_devices))
0 commit comments