We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66d7e36 commit 72c57c7Copy full SHA for 72c57c7
1 file changed
deepmd/entrypoints/test.py
@@ -110,6 +110,7 @@ def test(
110
numb_test = float("inf")
111
if input_json is not None:
112
jdata = j_loader(input_json)
113
+ jdata = update_deepmd_input(jdata)
114
val_params = jdata.get("training", {}).get("validation_data", {})
115
validation = val_params.get("systems")
116
if not validation:
0 commit comments