Skip to content

Commit

Permalink
fix bugs in uts
Browse files Browse the repository at this point in the history
  • Loading branch information
Han Wang committed Feb 14, 2024
1 parent 5707074 commit d5ac443
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/tests/common/dpmodel/test_dp_atomic_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import numpy as np

from deepmd.dpmodel import (
from deepmd.dpmodel.atomic_model import (
DPAtomicModel,
)
from deepmd.dpmodel.descriptor import (
Expand Down
2 changes: 1 addition & 1 deletion source/tests/common/dpmodel/test_linear_atomic_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import numpy as np

from deepmd.dpmodel import (
from deepmd.dpmodel.atomic_model import (
DPAtomicModel,
)
from deepmd.dpmodel.atomic_model.linear_atomic_model import (
Expand Down

0 comments on commit d5ac443

Please sign in to comment.