pymor.core.exceptions¶
Module Contents¶
- exception pymor.core.exceptions.AccuracyError[source]¶
Bases:
ExceptionIs raised if the result of a computation is inaccurate.
- exception pymor.core.exceptions.BFGSError[source]¶
Bases:
ExceptionIs raised if the BFGS algorithm fails to converge.
- exception pymor.core.exceptions.CacheKeyGenerationError[source]¶
Bases:
ExceptionIs raised when cache key generation fails due to unsupported arguments.
- exception pymor.core.exceptions.ConstError[source]¶
Bases:
ExceptionI get thrown when you try to add a new member to a locked class instance.
- exception pymor.core.exceptions.DependencyMissingError(dependency, msg=None)[source]¶
Bases:
ImportErrorRaised when optional packages are required but are not installed.
- exception pymor.core.exceptions.ExtensionError[source]¶
Bases:
ExceptionIs raised if a (basis) extension algorithm fails.
This will mostly happen during a basis extension when the new snapshot is already in the span of the basis.
- exception pymor.core.exceptions.GmshMissingError[source]¶
Bases:
ExceptionIs raised when a Gmsh is not found.
- exception pymor.core.exceptions.IOLibsMissingError(msg=None)[source]¶
Bases:
ImportErrorImport can’t find module, or can’t find name in module.
- exception pymor.core.exceptions.ImageCollectionError(op)[source]¶
Bases:
ExceptionIs raised when a pymor.algorithms.image.estimate_image fails for given operator.
- exception pymor.core.exceptions.InversionError[source]¶
Bases:
ExceptionIs raised if an operator inversion algorithm fails.
- exception pymor.core.exceptions.LinAlgError[source]¶
Bases:
ExceptionIs raised if a linear algebra operation fails.
- exception pymor.core.exceptions.MeshioMissingError[source]¶
Bases:
ExceptionIs raised when meshio is not available.
- exception pymor.core.exceptions.NeuralNetworkTrainingError[source]¶
Bases:
ExceptionIs raised when training of a neural network fails.
- exception pymor.core.exceptions.NewtonError[source]¶
Bases:
InversionErrorIs raised if the Newton algorithm fails to converge.
- exception pymor.core.exceptions.NoMatchingRuleError(obj)[source]¶
Bases:
NotImplementedErrorMethod or function hasn’t been implemented yet.
- exception pymor.core.exceptions.NoResultDataError(msg=None)[source]¶
Bases:
ExceptionCommon base class for all non-exit exceptions.
- exception pymor.core.exceptions.QtMissingError(msg=None)[source]¶
Bases:
DependencyMissingErrorRaise me where having importable Qt bindings is non-optional.
- exception pymor.core.exceptions.RuleNotMatchingError[source]¶
Bases:
NotImplementedErrorMethod or function hasn’t been implemented yet.
- exception pymor.core.exceptions.TRError[source]¶
Bases:
ExceptionIs raised if the TR algorithm fails to converge.
- exception pymor.core.exceptions.TorchMissingError(msg=None)[source]¶
Bases:
DependencyMissingErrorRaise me where having importable torch version is non-optional.