Skip to content

Commit 98d270f

Browse files
renable tests
1 parent 38ca5e2 commit 98d270f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tidy3d/plugins/smatrix/component_modelers/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class AbstractComponentModeler(ABC, Tidy3dBaseModel):
105105
)
106106

107107
# TODO properly refactor, plugins should not have web methods.
108-
batch_cached: BatchData = pd.Field(
108+
batch_cached: Batch = pd.Field(
109109
None,
110110
title="Batch (Cached)",
111111
description="DEPRECATED: Optional field to specify ``batch``. Only used as a workaround internally "

tidy3d/web/core/types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ class TaskType(str, Enum):
5555
EME = "EME"
5656
MODE = "MODE"
5757
VOLUME_MESH = "VOLUME_MESH"
58-
TERMINAL_COMPONENT_MODELER = "TERMINAL_COMPONENT_MODELER"
5958

6059

6160
class PayType(str, Enum):

0 commit comments

Comments
 (0)