From c5d69d1f18208e291996737a6174f74bb7ee5ca1 Mon Sep 17 00:00:00 2001 From: mavaylon1 Date: Wed, 10 Jul 2024 09:23:38 -0700 Subject: [PATCH] remove breakpoint --- tests/unit/build_tests/test_io_map_data.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/build_tests/test_io_map_data.py b/tests/unit/build_tests/test_io_map_data.py index 25746c2f7..d9b474c56 100644 --- a/tests/unit/build_tests/test_io_map_data.py +++ b/tests/unit/build_tests/test_io_map_data.py @@ -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):