Skip to content

Commit fd911a4

Browse files
Going to update to index-simulation data
1 parent dfb7c21 commit fd911a4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tidy3d/plugins/smatrix/web/api/webapi.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,13 @@ def run(
208208
)
209209
print(task_id_i)
210210
print(task_id_i_r)
211+
start(
212+
task_id_i,
213+
solver_version=solver_version,
214+
worker_group=worker_group,
215+
pay_type=pay_type,
216+
priority=priority,
217+
)
211218
from ..core.http_util import http
212219
# resp = http.post(
213220
# f"tidy3d/projects/{batch_task.batch_id}/batch-check",

0 commit comments

Comments
 (0)