Skip to content

Commit

Permalink
fix: type of ncpus should be int (#217)
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz authored May 25, 2024
1 parent 5579eff commit b257b95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mddatasetbuilder/qmcalc.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def _commandline():
"--ncpus",
help="Number of CPU cores used, if not set, all CPU cores are used",
default=None,
type=int,
)
args = parser.parse_args()
qmcalc(gjfdir=args.dir, command=args.command)

0 comments on commit b257b95

Please sign in to comment.