Altering temporal shape node parameters causes E(t)
to recompile per-change #39
Labels
No Label
abstractions
architecture
bug
distribution
docs
duplicate
enhancement
feature
physical
proposal
question
simulation
tooling
tracker
unconfirmed
ux
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: so-rose/oscillode#39
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. 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.