Tidy3DWebRunner
should expose a progress bar for simulation run status #42
Labels
No labels
abstractions
architecture
bug
distribution
docs
duplicate
enhancement
feature
physical
proposal
question
simulation
tooling
tracker
unconfirmed
ux
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: so-rose/oscillode#42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
RunSimulation
could start a new Python process, which simply uses tidy3d to check the progress of a simulation in a loop, and prints that progress to a status file. Much as we do withinstall_deps
,RunSimulation
can use a modal reacting to a window manager timer to frequency re-check the status file, retrieve the % progress (and any other information), and print that.The trouble arises with wanting to update the task status live, also - which tends to be a thing that one wants to happen via
tdcloud
. The exact right way to do this is nuanced.