guppyalgos.errors.import_errors¶
Module containing custom exceptions for import errors.
Exceptions
|
Custom ImportError to indicate that numba is not installed. |
- exception guppyalgos.errors.import_errors.NumbaImportError(feature_name)¶
Custom ImportError to indicate that numba is not installed.
This error is raised when attempting to use functionality that depends on numba and if it is not available in the current environment.