Skip to content

Commit

Permalink
import DeepWFC
Browse files Browse the repository at this point in the history
  • Loading branch information
caic99 authored Nov 22, 2024
1 parent df7121d commit 3ff6cc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deepmd/entrypoints/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
DeepGlobalPolar,
DeepPolar,
)
from deepmd.infer.deep_wfc import (
DeepWFC,
)
from deepmd.infer.deep_pot import (
DeepPot,
)
Expand All @@ -46,9 +49,6 @@
from deepmd.infer.deep_tensor import (
DeepTensor,
)
from deepmd.infer.deep_wfc import (
DeepWFC,
)

__all__ = ["test"]

Expand Down

0 comments on commit 3ff6cc2

Please sign in to comment.