-
Notifications
You must be signed in to change notification settings - Fork 7
Memory leak exists when using fix_vertices #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub” 8000 , you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think that this issue might stem from the conflict between functions |
I don't think so, actually I obseved that solely using |
Thanks for reporting this. @jalving do you have any idea what could be going wrong? |
Uh oh!
There was an error while loading. Please reload this page.
I found that there exists a memory leak when using
fix_vertices
function, in the following MWE, the memory usage of the process will grow monotonically until it is killed.I use the
htop
tool to check the memory usage, I would be glad to do more tests if you guys know better way to record the memory usage.The text was updated successfully, but these errors were encountered: