Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
thangckt committed Aug 27, 2024
1 parent 2707435 commit 85ea6de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dpgen/generator/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ def copy_model(numb_model, prv_iter_index, cur_iter_index, suffix=".pb"):
"graph.%03d%s" % (ii, suffix),
)
os.chdir(cwd)
# with open(os.path.join(cur_train_path, "copied"), "w") as fp:
# None
with open(os.path.join(cur_train_path, "copied"), "w") as fp:
None


def poscar_natoms(lines):
Expand Down

0 comments on commit 85ea6de

Please sign in to comment.