Closed
Description
For example:
_______________ test_dask_distributed_integration_test[netcdf4] ________________
loop = <tornado.platform.epoll.EPollIOLoop object at 0x7f4c45739710>
engine = 'netcdf4'
@pytest.mark.parametrize('engine', ENGINES)
def test_dask_distributed_integration_test(loop, engine):
with cluster() as (s, _):
> with distributed.Client(('127.0.0.1', s['port']), loop=loop):
E KeyError: 'port'
@mrocklin did you change the API for this?
Metadata
Metadata
Assignees
Labels
No labels