We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First observation on OSX https://github.com/dask/distributed/pull/4813/checks?check_run_id=2726554130
async def test_task_stream_clear_interval(c, s, a, b): ts = TaskStream(s, clear_interval=200) await wait(c.map(inc, range(10))) ts.update() await asyncio.sleep(0.010) await wait(c.map(dec, range(10))) ts.update() assert len(set(map(len, ts.source.data.values()))) == 1 > assert ts.source.data["name"].count("inc") == 10 E assert 0 == 10 E +0 E -10
The text was updated successfully, but these errors were encountered:
No observation in the last 30days. Closing
Sorry, something went wrong.
No branches or pull requests
First observation on OSX https://github.com/dask/distributed/pull/4813/checks?check_run_id=2726554130
The text was updated successfully, but these errors were encountered: