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
Currently psutil is a dependency for sopht since it's been used for specifying the number of threads in the tests. However, we can instead use multiprocessing for that since its included within python natively.
Currently
psutilis a dependency forsophtsince it's been used for specifying the number of threads in the tests. However, we can instead usemultiprocessingfor that since its included within python natively.