Skip to content

warnings

AdapterPackageNotFound

Bases: OptimadeWarning

The package for an adapter cannot be found.

Source code in optimade/adapters/warnings.py
6
7
class AdapterPackageNotFound(OptimadeWarning):
    """The package for an adapter cannot be found."""

ConversionWarning

Bases: OptimadeWarning

A non-critical error/fallback/choice happened during conversion of an entry to format.

Source code in optimade/adapters/warnings.py
10
11
class ConversionWarning(OptimadeWarning):
    """A non-critical error/fallback/choice happened during conversion of an entry to format."""