Skip to content

Commit

Permalink
Revert interactive testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
danielballan committed Feb 29, 2024
1 parent c90ecff commit 1283bfc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tiled/adapters/tiff.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ def metadata(self):
return d

def read(self, slice=None):
raise Exception("BOOM!")
# TODO Is there support for reading less than the whole array
# if we only want a slice? I do not think that is possible with a
# single-page TIFF but I'm not sure. Certainly it *is* possible for
Expand Down

0 comments on commit 1283bfc

Please sign in to comment.