Skip to content

Commit fcbfe30

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0c12314 commit fcbfe30

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ppsci/solver/train.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@ def train_LBFGS_epoch_func(solver: "solver.Solver", epoch_id: int, log_freq: int
257257
gc.collect()
258258
_constraint.data_iter = iter(_constraint.data_loader)
259259
input_dict, label_dict, weight_dict = next(_constraint.data_iter)
260-
261260
reader_cost += time.perf_counter() - reader_tic
262261

263262
for v in input_dict.values():

0 commit comments

Comments
 (0)