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
I suggest adding these two functions to the unique_list.py file.
It will make the UniqueList picklable and thus enable parallelization, e.g., with multiprocessing or concurrent.futures.
I suggest adding these two functions to the
unique_list.py
file.It will make the UniqueList picklable and thus enable parallelization, e.g., with multiprocessing or concurrent.futures.
The text was updated successfully, but these errors were encountered: