Skip to content

Commit 3606359

Browse files
committed
fix(pt): update import path for DP calculator in test_model_compression_se_atten
1 parent 2d46027 commit 3606359

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/tests/pt/test_model_compression_se_atten.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ def test_ase(self) -> None:
521521
Atoms,
522522
)
523523

524-
from deepmd.tf.calculator import (
524+
from deepmd.calculator import (
525525
DP,
526526
)
527527

0 commit comments

Comments
 (0)