Skip to content

Commit

Permalink
update compress cli input file
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz committed Apr 14, 2022
1 parent bdd339e commit b9d7797
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deepmd/entrypoints/compress.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def compress(
else:
log.info("stage 0: compute the min_nbor_dist")
jdata = j_loader(training_script)
jdata = update_deepmd_input(jdata)
t_min_nbor_dist = get_min_nbor_dist(jdata, get_rcut(jdata))

_check_compress_type(input)
Expand Down

0 comments on commit b9d7797

Please sign in to comment.