Closed michael-petersen closed 3 weeks ago
I've tested the proposed fix for chunksize in the docs and this works on my machine.
chunksize
cf. https://github.com/ilikecubesnstuff/commensurability/issues/18#issuecomment-2302642357
I've also checked for the same issue in examples; it isn't there but I did have an issue with multiprocessing that specifying the namespace fixes (on my machine).
examples
Just to also note, I've branched off of joss, but I think this could be cherry-picked into main without much trouble.
joss
main
Thank you for the pull request! The changes look good to me.
I've tested the proposed fix for
chunksize
in the docs and this works on my machine.cf. https://github.com/ilikecubesnstuff/commensurability/issues/18#issuecomment-2302642357
I've also checked for the same issue in
examples
; it isn't there but I did have an issue with multiprocessing that specifying the namespace fixes (on my machine).