warnings¶
__all__ = ('AdapterPackageNotFound', 'ConversionWarning')
module-attribute
¶
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 |
|
OptimadeWarning
¶
Bases: Warning
Base Warning for the optimade
package
Source code in optimade/warnings.py
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
|