Skip to content

Commit cbf7536

Browse files
authored
Update source/tests/consistent/descriptor/test_se_atten_v2.py
Signed-off-by: Jinzhe Zeng <[email protected]>
1 parent 473353e commit cbf7536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tests/consistent/descriptor/test_se_atten_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def skip_pd(self) -> bool:
276276
use_econf_tebd,
277277
use_tebd_bias,
278278
) = self.param
279-
return CommonTest.skip_pt or self.is_meaningless_zero_attention_layer_tests(
279+
return not INSTALLED_PD or self.is_meaningless_zero_attention_layer_tests(
280280
attn_layer,
281281
attn_dotr,
282282
normalize,

0 commit comments

Comments
 (0)