Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
check import
Browse files Browse the repository at this point in the history
SumGuo-88 committed Jan 6, 2025
1 parent 234e461 commit 93a748f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions deepmd/pt/utils/stat.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# SPDX-License-Identifier: LGPL-3.0-or-later
import logging
import numpy as np
import torch
from collections import (
defaultdict,
)
@@ -8,18 +10,11 @@
Optional,
Union,
)
<<<<<<< HEAD
import numpy as np
import torch
from deepmd.dpmodel.output_def import (
FittingOutputDef,
)
=======

import numpy as np
import torch

>>>>>>> 83b7f1d894ade4452454f51e67ffee86160a71f0
from deepmd.pt.utils import (
AtomExcludeMask,
)

0 comments on commit 93a748f

Please sign in to comment.