Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 20, 2024
1 parent 2e0f597 commit 10193a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/lh5/test_lh5_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ def test_read_table_fancy_idx(lh5_file):
assert isinstance(lh5_obj, types.Table)
assert len(lh5_obj) == 0


def test_read_empty_struct(lh5_file):
store = lh5.LH5Store()
lh5_obj = store.read("/data/struct/empty_struct", lh5_file)
Expand Down

0 comments on commit 10193a9

Please sign in to comment.