hpcflow.sdk.core.warnings#

Functions

batch_warnings

Decorator to deduplicate and defer warnings until the function has returned.

warn_from_random_uniform_deprecated

warn_scheduler_options_deprecated

warn_script_data_files_use_opt_deprecated

Exceptions

CompactWarning(message[, solution, docs])

A base class for warnings that might include additional descriptive information that can be printed when the warning is issued.

DeprecationWarning_(message[, solution, docs])

DeprecationWarning that inherits from the CompactWarning base class which facilitates a more descriptive warning message.

UserWarning_(message[, solution, docs])

UserWarning that inherits from the CompactWarning base class which facilitates a more descriptive warning message.