You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a lot of redudancy in the package. Several functions iterate over elements, but this only has to be done once (preferably in updateElemets). The output can then be passed to all functions that need it.
There's a lot of redudancy in the package. Several functions iterate over elements, but this only has to be done once (preferably in updateElemets). The output can then be passed to all functions that need it.