Skip to content

Commit 1eb047f

Browse files
committed
fix: try remove type_sel
1 parent 2cf38ea commit 1eb047f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deepmd/entrypoints/test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@ def test_polar(
11341134
atomic=atomic,
11351135
must=True,
11361136
high_prec=False,
1137-
type_sel=dp.get_sel_type(),
1137+
# type_sel=dp.get_sel_type(),
11381138
)
11391139

11401140
test_data = data.get_test()
@@ -1275,7 +1275,7 @@ def test_dipole(
12751275
atomic=atomic,
12761276
must=True,
12771277
high_prec=False,
1278-
type_sel=dp.get_sel_type(),
1278+
# type_sel=dp.get_sel_type(),
12791279
)
12801280
test_data = data.get_test()
12811281
dipole, numb_test, atype = run_test(dp, test_data, numb_test, data)

0 commit comments

Comments
 (0)