Skip to content

Commit 72c57c7

Browse files
authored
Update deepmd/entrypoints/test.py
Signed-off-by: Chun Cai <amoycaic@gmail.com>
1 parent 66d7e36 commit 72c57c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

deepmd/entrypoints/test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ def test(
110110
numb_test = float("inf")
111111
if input_json is not None:
112112
jdata = j_loader(input_json)
113+
jdata = update_deepmd_input(jdata)
113114
val_params = jdata.get("training", {}).get("validation_data", {})
114115
validation = val_params.get("systems")
115116
if not validation:

0 commit comments

Comments
 (0)