Skip to content

Commit

Permalink
Merge pull request #403 from ax3l/doc-update-BP4-work-around
Browse files Browse the repository at this point in the history
BP4 Empty Skip: Inline Comment
  • Loading branch information
RemiLehe authored Dec 20, 2023
2 parents b63b580 + 0cae357 commit 9e2b310
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ def get_data(series, record_component, i_slice=None, pos_slice=None,
for chunk in chunks:
chunk_slice = chunk_to_slice(chunk)

# skip empty slices
# https://github.com/ornladios/ADIOS2
# skip empty slices: issue for BP4 only
# https://github.com/ornladios/ADIOS2/issues/3459
volume = 1
for csl in chunk_slice:
volume *= csl.stop - csl.start
Expand Down Expand Up @@ -113,8 +113,8 @@ def get_data(series, record_component, i_slice=None, pos_slice=None,
s_target = [] # starts and stops in sliced array
chunk_slice = chunk_to_slice(chunk)

# skip empty slices
# https://github.com/ornladios/ADIOS2
# skip empty slices: issue for BP4 only
# https://github.com/ornladios/ADIOS2/issues/3459
volume = 1
for csl in chunk_slice:
volume *= csl.stop - csl.start
Expand Down

0 comments on commit 9e2b310

Please sign in to comment.