Skip to content

Commit ed26994

Browse files
authored
fix doc: "structures" should be a list (#1091)
The type of parameter "structures" in `relaxation.json` of `dpgen autotest` should be a list. Fix the wrong type in Autotest Overview.
1 parent 673266a commit ed26994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/autotest/Auto-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If, for some reasons, the main program terminated at stage `run`, one can easily
1515
`relax.json` is the parameter file. An example for `deepmd` relaxation is given as:
1616
```json
1717
{
18-
"structures": "confs/mp-*",
18+
"structures": ["confs/mp-*"],
1919
"interaction": {
2020
"type": "deepmd",
2121
"model": "frozen_model.pb",

0 commit comments

Comments
 (0)