We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65e0c25 commit 4aa8871Copy full SHA for 4aa8871
1 file changed
simpeg_drivers/options.py
@@ -27,7 +27,7 @@
27
ReferencedData,
28
)
29
from geoh5py.groups import PropertyGroup, SimPEGGroup, UIJsonGroup
30
-from geoh5py.objects import DrapeModel, Octree, Points
+from geoh5py.objects import DrapeModel, Grid2D, Octree, Points
31
from geoh5py.shared.utils import fetch_active_workspace
32
from geoh5py.ui_json import InputFile
33
from pydantic import BaseModel, ConfigDict, field_validator, model_validator
@@ -54,7 +54,7 @@ class ActiveCellsOptions(BaseModel):
54
model_config = ConfigDict(
55
arbitrary_types_allowed=True,
56
57
- topography_object: Points | None = None
+ topography_object: Points | Grid2D | None = None
58
topography: FloatData | float | None = None
59
active_model: BooleanData | IntegerData | None = None
60
0 commit comments