Skip to content
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.

Commit

Permalink
Update run_dfttk.py
Browse files Browse the repository at this point in the history
Missed a comma
  • Loading branch information
hitliaomq committed Mar 30, 2020
1 parent 9bc7c8b commit 4cf9266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dfttk/scripts/run_dfttk.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ def run_dfttk():
pconfig.add_argument("-df", "--default_functional", dest="DEFAULT_FUNCTIONAL", type=str, default="PBE",
choices=sorted(Potcar.FUNCTIONAL_CHOICES),
help="The default functional. Default: PBE")
pconfig.add_argument("-t", "--test_config", dest="TEST_CONFIG", nargs="?", const="all", default="none"
pconfig.add_argument("-t", "--test_config", dest="TEST_CONFIG", nargs="?", const="all", default="none",
choices=["all", "pymatgen", "atomate"],
help="Test for configurations. Note: currently only support for pymatgen.")
pconfig.set_defaults(func=config)
Expand Down

0 comments on commit 4cf9266

Please sign in to comment.