Skip to content

Commit

Permalink
review slackbot with intentionally failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrofelder authored Nov 11, 2024
1 parent ffba7d0 commit ce704ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_unit/test_file_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def test_create_pyramid_bdv_h5(
"""
# Sanity check to ensure that the test h5 file doesn't contain any
# resolutions or subdivisions, and no resolution pyramid.
assert False
h5_path = naive_bdv_directory / "test_data_bdv.h5"
with h5py.File(h5_path, "r") as f:
num_tiles = len(f["t00000"].keys())
Expand Down

0 comments on commit ce704ab

Please sign in to comment.