Details
-
Type:
Bug
-
Status: To Do
-
Resolution: Unresolved
-
Fix Version/s: None
-
Component/s: afw
-
Labels:
-
Story Points:2
-
Epic Link:
-
Team:Alert Production
Description
lsst::afw::geom::SingularTransformException, a subclass of lsst::pex::exceptions::RuntimeError, appears as a generic Exception when propagated into Python code. This is not helpful when trying to catch it.
The exception should either be wrapped with pybind11 or, if that is deemed undesirable, at least catchable as an instance of RuntimeError.
I've added a #TODO referring to this ticket in test_transformFactory.py.