Skip to content

Commit 66316f0

Browse files
Towards tests passing
1 parent 0042aa8 commit 66316f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tidy3d/web/api/container.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
DEFAULT_DATA_DIR = "."
3333
BATCH_MONITOR_PROGRESS_REFRESH_TIME = 0.02
3434

35-
BatchSimulationType = Literal["tidy3d", "microwave"]
35+
BatchSimulationType = Literal["tidy3d", "microwave", "tidy3d_design"]
3636

3737

3838
class WebContainer(Tidy3dBaseModel, ABC):

0 commit comments

Comments
 (0)