We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38ca5e2 commit 98d270fCopy full SHA for 98d270f
tidy3d/plugins/smatrix/component_modelers/base.py
@@ -105,7 +105,7 @@ class AbstractComponentModeler(ABC, Tidy3dBaseModel):
105
)
106
107
# TODO properly refactor, plugins should not have web methods.
108
- batch_cached: BatchData = pd.Field(
+ batch_cached: Batch = pd.Field(
109
None,
110
title="Batch (Cached)",
111
description="DEPRECATED: Optional field to specify ``batch``. Only used as a workaround internally "
tidy3d/web/core/types.py
@@ -55,7 +55,6 @@ class TaskType(str, Enum):
55
EME = "EME"
56
MODE = "MODE"
57
VOLUME_MESH = "VOLUME_MESH"
58
- TERMINAL_COMPONENT_MODELER = "TERMINAL_COMPONENT_MODELER"
59
60
61
class PayType(str, Enum):
0 commit comments