pvfactors.report.ExampleReportBuilder

class pvfactors.report.ExampleReportBuilder[source]

A class is required to build reports when running calculations with multiprocessing because of python constraints

__init__()

Methods

__init__()

build(pvarray)

Method that will build the simulation report, using example_fn_build_report().

merge(reports)

Method used to merge multiple reports together.