Skip to content

Create Validation for wells where filter bottom exceeds filter top #1051

Closed
@JoerivanEngelen

Description

@JoerivanEngelen

I think this should be sufficient:

class Well(BoundaryCondition, IPointDataPackage):
    ...
    _write_schemata = {
        "screen_top": [AnyNoDataSchema(), EmptyIndexesSchema()],
        "screen_bottom": [AnyNoDataSchema(), EmptyIndexesSchema(), AllValueSchema("<", "screen_top")],
        ...
    }

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

✅ Done

Relationships

None yet

Development

No branches or pull requests

Issue actions