osaft.core.warnings.raise_assumption_warning#

osaft.core.warnings.raise_assumption_warning(test, msg='')[source]#

Raises AssumptionWarning if test is True

Parameters:
  • test (bool) – test that checks for warning

  • msg (str, optional) – message for more descriptive warning message

    Default: ''

Return type:

None