HDFGroup / h5pyd

h5py distributed - Python client library for HDF Rest API
Other
110 stars 39 forks source link

Fix minor typos, consistent python example invocation #71

Closed yarikoptic closed 4 years ago

jreadey commented 4 years ago

Thanks for the PR. Merging. I'm not sure why the travis test were failing in the PR branch...

yarikoptic commented 4 years ago

I would've restarted one of the failed runs, and see if

"/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/requests/adapters.py", line 507, in send
    raise RetryError(e, request=request)
requests.exceptions.RetryError: HTTPConnectionPool(host='hsdshdflab.hdfgroup.org', port=80): Max retries exceeded with url: /?domain=%2Fhome%2Ftest_user1%2Fh5pyd_test%2F3.5%2Fcreate_attribute.h5 (Caused by ResponseError('too many 500 error responses',))

is gone

jreadey commented 4 years ago

Yes, I tried that but still got the failures. Somehow the travis test on master (after the merge) went fine.