Skip to content

Commit

Permalink
add tests for dos training example (deepmodeling#2488)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
mingzhong15 and pre-commit-ci[bot] committed Apr 27, 2023
1 parent 241561d commit b13b26c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions examples/dos/train/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
"fitting_net": {
"type": "dos",
"numb_dos": 250,
"ener_min": -15.0,
"ener_max": 10.0,
"neuron": [
120,
120,
Expand Down
1 change: 1 addition & 0 deletions source/tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
p_examples / "water_multi_task" / "ener_dipole" / "input.json",
p_examples / "fparam" / "train" / "input.json",
p_examples / "fparam" / "train" / "input_aparam.json",
p_examples / "dos" / "train" / "input.json",
)


Expand Down

0 comments on commit b13b26c

Please sign in to comment.