platypus.errors module

exception platypus.errors.PlatypusError

An exception occurred in the Platypus library.

Exceptions raised by Platypus should extend from this type, unless a more standard exception type is available (e.g., ValueError to indicate a parameter is invalid).

exception platypus.errors.SingularError

The matrix is singular and the operation could not be performed.