dask / dask-ec2

Start a cluster in EC2 for dask.distributed
106 stars 37 forks source link

Update notebooks #87

Closed mrocklin closed 7 years ago

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 74.61% when pulling e0d1834fce2fec3d8e0c3cb2eb1037d03c012361 on mrocklin:update-notebooks into 59ef0d665109b3c297484954e1dcd99f68151ea8 on dask:master.

mrocklin commented 7 years ago

Does anyone know why this PR might cause this failure?

_____________________________ test_provision_salt ______________________________
cluster = {'region': 'foo', 'instances': [{'port': 2222, 'uid': 1, 'keypair': '~/.vagrant.d/insecure_private_key', 'username': '...}, {'port': 2223, 'uid': 1, 'keypair': '~/.vagrant.d/insecure_private_key', 'username': 'root', 'ip': 'ci_compute_1'}]}
    @remotetest
    def test_provision_salt(cluster):
        result = invoke("provision")
        if result.exit_code != 0:
            print(result.output_bytes)
>       assert result.exit_code == 0
E       assert 1 == 0
E        +  where 1 = <Result SystemExit(1,)>.exit_code
danielfrg commented 7 years ago

I dont think thats the reason

mrocklin commented 7 years ago

If so then is it safe to merge this PR? (I am prepping for a talk for tonight)

danielfrg commented 7 years ago

Actually it is:

Failed to install packages: dask-glm. Error: Collecting dask-glm   Could not find a version that satisfies the requirement dask-glm (from versions: )

pip cannot find the package?

danielfrg commented 7 years ago

Yeah, i dont see dask-glm it on pypi

mrocklin commented 7 years ago

Ah, ok. I guess I need to learn to read logs on dask-ec2 test failures.

mrocklin commented 7 years ago

Thank you @danielfrg

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 74.61% when pulling 3e8c26bf66d2131d0f51ff31a848b9583ca543f8 on mrocklin:update-notebooks into 59ef0d665109b3c297484954e1dcd99f68151ea8 on dask:master.

mrocklin commented 7 years ago

Merging soon if there are no objections

danielfrg commented 7 years ago

👍