MissingPropertyValueError

class petres.errors.MissingPropertyValueError[source]

Bases: PropertyError

Indicate that a property contains missing grid values.

Initialize the error and format the active message template.

default_message: str = "Property '{property_name}' contains missing values. Ensure all grid cells are assigned values. Use `fill_nan()` if appropriate."