We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e45497c commit 68472efCopy full SHA for 68472ef
Exec/science/xrb_spherical/analysis/slice_sequence.py
@@ -37,7 +37,7 @@
37
# Parallelize the plotting
38
with ProcessPoolExecutor(max_workers=args.jobs) as executor:
39
future_to_index = {
40
- executor.submit(slice, [fname], args.fields, widthScale=args.width
+ executor.submit(slice, [fname], args.fields, widthScale=args.width,
41
dr=args.dr, theta=front_thetas[i]): i
42
for i, fname in enumerate(fnames)
43
}
0 commit comments