Skip to content

Commit

Permalink
Update source/tests/consistent/descriptor/test_se_r.py
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 <jinzhe.zeng@rutgers.edu>
  • Loading branch information
njzjz and coderabbitai[bot] authored Oct 26, 2024
1 parent 31c40b8 commit b8efe11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/tests/consistent/descriptor/test_se_r.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
if INSTALLED_JAX:
from deepmd.jax.descriptor.se_e2_r import DescrptSeR as DescrptSeRJAX
else:
DescrptSeAJAX = None
DescrptSeRJAX = None
if INSTALLED_ARRAY_API_STRICT:
from ...array_api_strict.descriptor.se_e2_r import (
DescrptSeR as DescrptSeRArrayAPIStrict,
)
else:
DescrptSeAArrayAPIStrict = None
DescrptSeRArrayAPIStrict = None


@parameterized(
Expand Down

0 comments on commit b8efe11

Please sign in to comment.