Skip to main content

SimReportContext

GitHub source

SimReportContext

evo.compute.tasks.geostatistics.simulation_report.SimReportContext

Report context metadata.

Adds a title and descriptive details to the generated validation report.

title

title: str

Title for the validation report.

details

details: list[SimReportContextItem] = Field(default_factory=list)

Key-value details to include in the report header.

Was this page helpful?