fitbenchmarking.results_processing.fitting_report module

Set up and build the fitting reports for various types of problems.

fitbenchmarking.results_processing.fitting_report.create(results, support_pages_dir, options)

Iterate through problem results and create a fitting report html page for each.

Parameters:
fitbenchmarking.results_processing.fitting_report.create_prob_group(result, support_pages_dir, options)

Creates a fitting report containing figures and other details about the fit for a problem. A link to the fitting report is stored in the results object.

Parameters:
fitbenchmarking.results_processing.fitting_report.get_figure_paths(result)

Get the paths to the figures used in the support page.

Parameters:

result (fitbenchmarking.utils.fitbm_result.FittingProblem) – The result to get the figures for

Returns:

the paths to the required figures

Return type:

tuple(str, str)