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
try_reserve should be added for all vector allocation throughout the python interface.
This will prevent the hard crashes which happen when use attempts to allocate too much memory.