Skip to content

Commit 574c554

Browse files
daquinteroflexmarc-flex
authored andcommitted
this does it
1 parent 168309c commit 574c554

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: tidy3d/components/tcad/simulation/heat_charge.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -264,19 +264,19 @@ class HeatChargeSimulation(AbstractSimulation):
264264
(),
265265
title="Heat and Charge sources",
266266
description="List of heat and/or charge sources.",
267-
discriminator=TYPE_TAG_STR,
268267
)
269268

270269
monitors: Tuple[annotate_type(HeatChargeMonitorType), ...] = pd.Field(
271-
(), title="Monitors", description="Monitors in the simulation.", discriminator=TYPE_TAG_STR
270+
(),
271+
title="Monitors",
272+
description="Monitors in the simulation.",
272273
)
273274

274275
boundary_spec: Tuple[annotate_type(Union[HeatChargeBoundarySpec, HeatBoundarySpec]), ...] = (
275276
pd.Field(
276277
(),
277278
title="Boundary Condition Specifications",
278279
description="List of boundary condition specifications.",
279-
discriminator=TYPE_TAG_STR,
280280
)
281281
)
282282
# NOTE: creating a union with HeatBoundarySpec for backwards compatibility

0 commit comments

Comments
 (0)