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
We use deepcopy a lot, but this is considered bad. We might be okay because I think we are mostly deepcopying arrays, but we should go over the codebase and switch to copy where possible and make sure the remaining cases make sense and are documented.