This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from __future__ import absolute_import, division, print_function | |
import multiprocessing | |
import pickle | |
from multiprocessing.pool import ThreadPool | |
from celery import shared_task | |
from dask.local import get_async # TODO: get better get | |
from dask.context import _globals | |
from dask.optimize import fuse, cull |