Skip to content

Commit a313e71

Browse files
Stable time to try out tests and notebooks
1 parent 31b7a83 commit a313e71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tidy3d/web/api/container.py

Lines changed: 3 additions & 3 deletions
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-
BatchType = Literal["tidy3d", "microwave", "tidy3d_design"]
35+
BatchCategoryType = Literal["tidy3d", "microwave", "tidy3d_design"]
3636

3737

3838
class WebContainer(Tidy3dBaseModel, ABC):
@@ -169,7 +169,7 @@ class Job(WebContainer):
169169
True, title="Verbose", description="Whether to print info messages and progressbars."
170170
)
171171

172-
simulation_type: BatchType = pd.Field(
172+
simulation_type: BatchCategoryType = pd.Field(
173173
"tidy3d",
174174
title="Simulation Type",
175175
description="Type of simulation, used internally only.",
@@ -538,7 +538,7 @@ class Batch(WebContainer):
538538
"``{'id', 'status', 'name', 'workUnit', 'solverVersion'}``.",
539539
)
540540

541-
simulation_type: BatchType = pd.Field(
541+
simulation_type: BatchCategoryType = pd.Field(
542542
"tidy3d",
543543
title="Simulation Type",
544544
description="Type of each simulation in the batch, used internally only.",

0 commit comments

Comments
 (0)