flame.error

Exceptions

CAREDatasetError(message)

Raise if some error occurs from a CARE dataset

CAREInferenceError(message)

Raise if some error occurs during CARE inference

FLAMECmdError(message)

Raise if some error occurs when running command-line FLAME scripts

FLAMEDtypeError(message)

Raise if some dtype could not be appropriate verified

FLAMEEvalError(message)

Raise if some error occurs during FLAME model evaluation

FLAMEIOError(message)

Raise if some error occurs with input/output during FLAME/CARE

FLAMEImageError(message)

Raise if the FLAME Image could not be initialized for any reason

FLAMEMLFlowError(message)

Raise if some error occurs during interfact with MLFlow in any FLAME dependency

FLAMEPyMatlabError(message)

Raise if some error occurs when Python tries to interface with MATLAB

TileDataError(message)

Raise if the JSON corresponding to the FLAME Image cannot be found

exception flame.error.CAREDatasetError(message)[source]

Raise if some error occurs from a CARE dataset

exception flame.error.CAREInferenceError(message)[source]

Raise if some error occurs during CARE inference

exception flame.error.FLAMECmdError(message)[source]

Raise if some error occurs when running command-line FLAME scripts

exception flame.error.FLAMEDtypeError(message)[source]

Raise if some dtype could not be appropriate verified

exception flame.error.FLAMEEvalError(message)[source]

Raise if some error occurs during FLAME model evaluation

exception flame.error.FLAMEIOError(message)[source]

Raise if some error occurs with input/output during FLAME/CARE

exception flame.error.FLAMEImageError(message)[source]

Raise if the FLAME Image could not be initialized for any reason

exception flame.error.FLAMEMLFlowError(message)[source]

Raise if some error occurs during interfact with MLFlow in any FLAME dependency

exception flame.error.FLAMEPyMatlabError(message)[source]

Raise if some error occurs when Python tries to interface with MATLAB

exception flame.error.TileDataError(message)[source]

Raise if the JSON corresponding to the FLAME Image cannot be found