Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/h5io_update' into h5io_update
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Jun 6, 2024
2 parents 350de4c + 3dd6a08 commit 535a4ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/storage/test_helper_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ def test_hdf5_structure(self):
)

def test_list_groups(self):
groups, nodes = _list_groups_and_nodes(file_name=self.file_name, h5_path="data_hierarchical")
groups, nodes = _list_groups_and_nodes(
file_name=self.file_name, h5_path="data_hierarchical"
)
self.assertEqual(list(sorted(groups)), ["key_a", "key_c"])
self.assertEqual(nodes, ["key_b"])

Expand Down

0 comments on commit 535a4ea

Please sign in to comment.