Skip to content

Commit

Permalink
remove breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 committed Jul 10, 2024
1 parent fc464cc commit c5d69d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/build_tests/test_io_map_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,6 @@ def test_build_dataio(self):
"""Test building of a dataset with data_type and no dtype with value DataIO."""
container = Baz('my_baz', H5DataIO(['a', 'b', 'c', 'd'], chunks=True), 'value1')
builder = self.type_map.build(container)
breakpoint()
self.assertIsInstance(builder.get('data'), H5DataIO)

def test_build_datachunkiterator(self):
Expand Down

0 comments on commit c5d69d1

Please sign in to comment.