Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
  • Loading branch information
njzjz committed Oct 3, 2024
1 parent f6190e3 commit ecc9e7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
import pytest
from dargs.check import check
from deepmd.utils.argcheck import gen_args
from deepmd_mace.argcheck import mace_model_args # noqa: F401

from deepmd_gnn.argcheck import mace_model_args # noqa: F401

example_path = Path(__file__).parent.parent / "examples"

Expand Down
5 changes: 3 additions & 2 deletions tests/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@
to_numpy_array,
to_torch_tensor,
)
from deepmd_mace.mace import MaceModel
from deepmd_mace.nequip import NequipModel

from deepmd_gnn.mace import MaceModel
from deepmd_gnn.nequip import NequipModel

GLOBAL_SEED = 20240822

Expand Down

0 comments on commit ecc9e7d

Please sign in to comment.