pymor.core.exceptions¶
Module Contents¶
- 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.AccuracyError[source]¶
Bases:
ExceptionIs raised if the result of a computation is inaccurate.
- 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.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.NewtonError[source]¶
Bases:
ExceptionIs raised if the Newton 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.GmshMissing[source]¶
Bases:
ExceptionIs raised when a Gmsh is not found.
- exception pymor.core.exceptions.MeshioMissing[source]¶
Bases:
ExceptionIs raised when meshio is not available.
- 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.NeuralNetworkTrainingFailed[source]¶
Bases:
ExceptionIs raised when training of a neural network fails.
- exception pymor.core.exceptions.QtMissing(msg=None)[source]¶
Bases:
ImportErrorRaise me where having importable Qt bindings is non-optional
- exception pymor.core.exceptions.TorchMissing(msg=None)[source]¶
Bases:
ImportErrorRaise me where having importable torch version is non-optional
- exception pymor.core.exceptions.RuleNotMatchingError[source]¶
Bases:
NotImplementedErrorMethod or function hasn’t been implemented yet.
- exception pymor.core.exceptions.NoMatchingRuleError(obj)[source]¶
Bases:
NotImplementedErrorMethod or function hasn’t been implemented yet.
- exception pymor.core.exceptions.IOLibsMissing(msg=None)[source]¶
Bases:
ImportErrorImport can’t find module, or can’t find name in module.