We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91ca0f8 commit c842cdbCopy full SHA for c842cdb
1 file changed
simpeg_drivers/params.py
@@ -22,6 +22,7 @@
22
BooleanData,
23
DataAssociationEnum,
24
FloatData,
25
+ IntegerData,
26
NumericData,
27
ReferencedData,
28
)
@@ -55,7 +56,7 @@ class ActiveCellsOptions(BaseModel):
55
56
57
topography_object: Points | None = None
58
topography: FloatData | float | None = None
- active_model: BooleanData | None = None
59
+ active_model: BooleanData | IntegerData | None = None
60
61
@model_validator(mode="before")
62
@classmethod
0 commit comments