From 1283bfcbd1e273500aaf7e81e393ac2a928fdb97 Mon Sep 17 00:00:00 2001 From: Dan Allan Date: Wed, 28 Feb 2024 21:11:33 -0500 Subject: [PATCH] Revert interactive testing code --- tiled/adapters/tiff.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tiled/adapters/tiff.py b/tiled/adapters/tiff.py index d36af3aec..794371701 100644 --- a/tiled/adapters/tiff.py +++ b/tiled/adapters/tiff.py @@ -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