Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz and coderabbitai[bot] authored Oct 15, 2024
1 parent 9cf5143 commit 0d6d760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/tests/consistent/descriptor/test_se_e2_a.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
DescrptSeA as DescrptSeAArrayAPIStrict,
)
else:
DescrptSeAArrayAPI = None
DescrptSeAArrayAPIStrict = None


@parameterized(
Expand Down Expand Up @@ -131,7 +131,7 @@ def skip_array_api_strict(self) -> bool:
precision,
env_protection,
) = self.param
return not type_one_side or not INSTALLED_JAX
return not type_one_side or not INSTALLED_ARRAY_API_STRICT

tf_class = DescrptSeATF
dp_class = DescrptSeADP
Expand Down

0 comments on commit 0d6d760

Please sign in to comment.