Skip to content

Commit

Permalink
Update source/tests/consistent/descriptor/test_se_atten_v2.py
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz authored Jan 18, 2025
1 parent 473353e commit cbf7536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tests/consistent/descriptor/test_se_atten_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def skip_pd(self) -> bool:
use_econf_tebd,
use_tebd_bias,
) = self.param
return CommonTest.skip_pt or self.is_meaningless_zero_attention_layer_tests(
return not INSTALLED_PD or self.is_meaningless_zero_attention_layer_tests(
attn_layer,
attn_dotr,
normalize,
Expand Down

0 comments on commit cbf7536

Please sign in to comment.