Skip to content

Commit b14f57b

Browse files
authored
Update main.py
Remove premature return statement in plot_output, now should attempt to plot both the trajectory and trajectory_density videos on each training run.
1 parent ca8ac7b commit b14f57b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

TrajectoryNet/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,6 @@ def plot_output(device, args, model):
389389
end_times=args.int_tps,
390390
ntimes=100,
391391
)
392-
return
393392
save_trajectory(
394393
args.data.base_density(),
395394
args.data.base_sample(),

0 commit comments

Comments
 (0)