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
The argument has indeed been deprecated, as can be seen here. I guess there is an argument to be made for raising a DeprecationWarning and removing it a few releases from now. I'll try to get around to implementing this change, but I'm a bit busy right now.
General
Acknowledgement
pandas
without alone (withoutpandarallel
)before writing a new bug report
Bug description
It seems like the
shm_size_mb
argument of the initialize is never usedObserved behavior
Do a search in
https://github.com/nalepae/pandarallel/blob/master/pandarallel/core.py
Expected behavior
The term should be used somewhere else than in the signature
Minimal but working code sample to ease bug fix for
pandarallel
team~
The text was updated successfully, but these errors were encountered: