Skip to content

Commit 290253a

Browse files
committed
Update run.py
1 parent fcbcbc1 commit 290253a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dpgen/generator/run.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ def copy_model(numb_model, prv_iter_index, cur_iter_index, suffix=".pb"):
205205
"graph.%03d%s" % (ii, suffix),
206206
)
207207
os.chdir(cwd)
208-
# with open(os.path.join(cur_train_path, "copied"), "w") as fp:
209-
# None
208+
with open(os.path.join(cur_train_path, "copied"), "w") as fp:
209+
None
210210

211211

212212
def poscar_natoms(lines):

0 commit comments

Comments
 (0)