Skip to main content

SimReportThresholds

GitHub source

SimReportThresholds

evo.compute.tasks.geostatistics.simulation_report.SimReportThresholds

Acceptable/marginal thresholds for mean validation.

Used to classify the difference between reference mean and simulation mean.

acceptable

acceptable: float = Field(ge=0.0)

Maximum difference considered acceptable.

marginal

marginal: float = Field(ge=0.0)

Maximum difference considered marginal (between acceptable and failing).

Was this page helpful?