Skip to content

Commit

Permalink
python formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
williamfgc committed Apr 3, 2019
1 parent 71b2f8a commit c1535bc
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
f.write('z', data[0], shape[0], start[0], count[0], end_step=True)
f.write('z', data[1], shape[1], start[1], count[1], end_step=True)

# bpls shows only size of initial step

# Read back arrays
with adios2.open('out.bp', 'r', comm) as f:
for f_step in f:
Expand Down

0 comments on commit c1535bc

Please sign in to comment.