osaft.core.warnings.raise_assumption_warning
- osaft.core.warnings.raise_assumption_warning(test, msg='')[source]
Raises
AssumptionWarningiftestis True- Parameters:
test (
bool) – test that checks for warningmsg (
str, optional) – message for more descriptive warning messageDefault:''- Return type:
None