Skip to content

Commit 266fe84

Browse files
Need to avoid batchdata usage
1 parent e637d8b commit 266fe84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tidy3d/plugins/smatrix/web/core/task_core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,14 +181,14 @@ class SimulationTask(ResourceLifecycle, Submittable, extra=Extra.allow):
181181
)
182182

183183
batch_id: Optional[str] = Field(
184-
...,
184+
None,
185185
title="batch_id",
186186
description="Batch ID number, set when the task is uploaded, leave as None.",
187187
alias="batchId",
188188
)
189189

190190
group_id: Optional[str] = Field(
191-
...,
191+
None,
192192
title="group_id",
193193
description="Group ID number, set when the task is uploaded, leave as None.",
194194
alias="groupId",

0 commit comments

Comments
 (0)