Skip to content

Commit 68472ef

Browse files
committed
update
1 parent e45497c commit 68472ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Exec/science/xrb_spherical/analysis/slice_sequence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
# Parallelize the plotting
3838
with ProcessPoolExecutor(max_workers=args.jobs) as executor:
3939
future_to_index = {
40-
executor.submit(slice, [fname], args.fields, widthScale=args.width
40+
executor.submit(slice, [fname], args.fields, widthScale=args.width,
4141
dr=args.dr, theta=front_thetas[i]): i
4242
for i, fname in enumerate(fnames)
4343
}

0 commit comments

Comments
 (0)