warnings¶
AdapterPackageNotFound
¶
Bases: OptimadeWarning
The package for an adapter cannot be found.
Source code in optimade/adapters/warnings.py
6 7 |
|
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 |
|