Closed thalassemia closed 2 years ago
Parallel processes were not properly saving certain class attributes, including _parallel, causing them to be lost upon pickling during division.
_parallel
Additionally, we were not properly ending parallel processes when deleting stores, causing a memory leak.
Both of these issues are fixed in this PR.
By creating this pull request, I agree to the Contributor License Agreement, which is available in CLA.md at the top level of this repository.
CLA.md
Fantastic @thalassemia! Just a few lines of code, but so significant
Parallel processes were not properly saving certain class attributes, including
_parallel
, causing them to be lost upon pickling during division.Additionally, we were not properly ending parallel processes when deleting stores, causing a memory leak.
Both of these issues are fixed in this PR.
By creating this pull request, I agree to the Contributor License Agreement, which is available in
CLA.md
at the top level of this repository.