GenerateReport.run#

GenerateReport.run(context)[source]#

Generate the HTML report and store it in the context.

Parameters:

context (PipelineContext) – Pipeline context providing experiment, effect_summary, and sensitivity_results (any of which may be None).

Returns:

The same context with report populated.

Return type:

PipelineContext