diff --git a/pyqtgraph/graphicsItems/ROI.py b/pyqtgraph/graphicsItems/ROI.py index a1f0f458f5..76bb40c466 100644 --- a/pyqtgraph/graphicsItems/ROI.py +++ b/pyqtgraph/graphicsItems/ROI.py @@ -1196,9 +1196,6 @@ def _getArrayRegionForArbitraryShape(self, data, img, axes=(0,1), returnMappedCo See :meth:`~pyqtgraph.ROI.getArrayRegion` for a description of the arguments. """ - br = self.boundingRect() - if br.width() > 1000: - raise Exception() if returnMappedCoords: sliced, mappedCoords = ROI.getArrayRegion( self, data, img, axes, returnMappedCoords, fromBoundingRect=True, **kwds)