Skip to content

Commit a82caab

Browse files
committed
fix(nyz): fix ensemble head unittest bug
1 parent 9e7002f commit a82caab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ding/model/common/tests/test_head.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ def test_ensemble(self):
9090
model = EnsembleHead(embedding_dim, action_shape, 3, 3, 3)
9191
outputs = model(inputs)['pred']
9292
self.output_check(model, outputs)
93-
assert outputs.shape == (B, action_shape * 3, 1)
93+
assert outputs.shape == (B, action_shape * 3)

0 commit comments

Comments
 (0)