Skip to content

Commit

Permalink
remove unnecessary line in hdmf.py
Browse files Browse the repository at this point in the history
Co-authored-by: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com>
  • Loading branch information
magland and CodyCBakerPhD authored Nov 10, 2023
1 parent dcb7e21 commit d3fee7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/neuroconv/tools/hdmf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def _get_default_buffer_shape(self, buffer_gb: float = 1.0) -> Tuple[int]:
return tuple(sub_square_buffer_shape)
elif num_axes == 1:
smallest_chunk_axis = 0
second_smallest_chunk_axis = -1
# Handle the case where the single axis is too large to fit in the buffer
if axis_sizes_bytes[0] > target_buffer_bytes:
k1 = np.floor(target_buffer_bytes / chunk_bytes)
Expand Down

0 comments on commit d3fee7a

Please sign in to comment.