Altering temporal shape node parameters causes E(t)
to recompile per-change #39
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#39
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?
In particular, the use of
partial()
incompute_time_to_efield_lazy
causes a recompile, breaking the JIT chain.All these parameters should be manually passed in the
ParamsFlow
, which requires a restructuring ofmanual_amp_time
to accept all the parameters fromself
instead of just passing thetidy3d
temporal shape. It's not a ton of work, but it's not nothing, and it would fix the recompilation-per-change that can cause an unfortunate amount of lag.so-rose referenced this issue2024-05-05 16:32:44 +02:00
We simply removed it for now. It was more of an easter egg than actually useful in its current state.