Skip to content

Commit 5aa6565

Browse files
committed
fix bug in unit test
1 parent 6bd7846 commit 5aa6565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/auto_parallel/pir/test_moe_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def test_2Dmesh_4experts(self):
8282
global_mesh = [0, 1, 2, 3, 4, 5, 6, 7]
8383
local_meshes = [[0, 1], [2, 3], [4, 5], [6, 7]]
8484
global_dims_mapping = [0, -1, 1]
85-
local_dims_mapping = [-1, -1, 0]
85+
local_dims_mapping = [-1, -1, 1]
8686
self.check_results(
8787
ops,
8888
global_mesh,

0 commit comments

Comments
 (0)