Exception Classes (tomographer)¶
-
exception
tomographer.TomographerCxxError¶ Bases:
RuntimeErrorRun-time error indicating an inappropriate usage or call of a method of the Python tomographer API.
-
exception
tomographer.EigenAssertError¶ Bases:
tomographer.TomographerCxxErrorThis exception indicates a C++ Eigen assertion failure generated by
eigen_assert(). For instance, an index may be out of range.