Skip to content

Commit d89cf37

Browse files
committed
Fix collecting FieldPerp for parallelised Z
1 parent 6cb34f2 commit d89cf37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/boutdata/collect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ def getDataFile(i):
334334
varname,
335335
yindex_global,
336336
temp_yindex,
337-
i // grid_info["nxpe"],
337+
grid_info["nype"],
338338
fieldperp_yproc,
339339
var_attributes,
340340
temp_f_attributes,

0 commit comments

Comments
 (0)