Skip to content

Commit 11dca54

Browse files
committed
Update simplify.py
1 parent ef1df18 commit 11dca54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpgen/simplify/simplify.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def make_model_devi(iter_index, jdata, mdata):
188188
train_path = os.path.join(iter_name, train_name)
189189
train_path = os.path.abspath(train_path)
190190
suffix = _get_model_suffix(jdata)
191-
models = glob.glob(os.path.join(train_path, "graph*%s" % suffix))
191+
models = glob.glob(os.path.join(train_path, f"graph*{suffix}"))
192192

193193
for mm in models:
194194
model_name = os.path.basename(mm)

0 commit comments

Comments
 (0)