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
test_memory is useful but it fails when run by itself and sometimes when run within test_arrow.
It's trying to catch native malloc leaks using psutil.Process(os.getpid()).memory_info().rss. RSS measures OS-level non-swapped physical memory allocated in whole pages. Is there a better measure of used objects on the heap?
... based on
wcEcoli/wholecell/tests/utils/test_memory_debug.py
.The text was updated successfully, but these errors were encountered: