Skip to content

Commit

Permalink
Script producing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPincus committed May 21, 2024
1 parent 04ac3f7 commit 84d2730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/all-sky/make_problem_size_loop.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
for l in args.nlay:
for i in args.ncol:
print(f"{args.executable} {i:6d} {l:4d} {args.nloops:3d} " +
f"{args.output_file} {args.k_distribution}" +
f"{args.cloud_optics} {args.aerosol_optics}")
f"{args.output_file} {args.k_distribution} " +
f"{args.cloud_optics} {args.aerosol_optics} ")

0 comments on commit 84d2730

Please sign in to comment.