Skip to content

Commit 368b381

Browse files
committed
line wrap
1 parent 92992a8 commit 368b381

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wfl/generate/md/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,8 @@ def _sample_autopara_wrappable_kwargs(atoms, calculator, steps, dt, **kwargs):
336336
kwargs_at[k] = v
337337

338338
# do operation with overridden values
339-
traj = _sample_autopara_wrappable_single(at, at_i, calculator, steps, dt, logger_interval, logger_constructor, logger_logfile, logger_kwargs, **kwargs_at)
339+
traj = _sample_autopara_wrappable_single(at, at_i, calculator, steps, dt,
340+
logger_interval, logger_constructor, logger_logfile, logger_kwargs, **kwargs_at)
340341

341342
all_trajs.append(traj)
342343

0 commit comments

Comments
 (0)