warnings¶
AdapterPackageNotFound
¶
The package for an adapter cannot be found.
Source code in optimade/adapters/warnings.py
class AdapterPackageNotFound(OptimadeWarning):
"""The package for an adapter cannot be found."""
ConversionWarning
¶
A non-critical error/fallback/choice happened during conversion of an entry to format.
Source code in optimade/adapters/warnings.py
class ConversionWarning(OptimadeWarning):
"""A non-critical error/fallback/choice happened during conversion of an entry to format."""