We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b66a6 commit fbddfa1Copy full SHA for fbddfa1
eolearn/coregistration/coregistration.py
@@ -117,7 +117,7 @@ def register(
117
valid_mask, # type: ignore[arg-type]
118
self.gauss_kernel_size,
119
)
120
- except cv2.error as cv2err:
+ except cv2.error as cv2err: # pylint: disable=catching-non-exception
121
warnings.warn(f"Could not calculate the warp matrix: {cv2err}", EORuntimeWarning)
122
123
return warp_matrix
0 commit comments