-
-
Notifications
You must be signed in to change notification settings - Fork 22
Add headers and timeout #137
New issue
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
Conversation
f1dbe63 to
e49d7b6
Compare
e30b2dd to
49e86a0
Compare
360bddc to
6a33012
Compare
6a33012 to
e4bc195
Compare
e4bc195 to
c0d7bf4
Compare
ff69de5 to
8370185
Compare
330ebef to
2e70053
Compare
samaloney
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The fix itself looks good.
I wonder about the changes to make the tests, examples run, I guess once JSOC is completely back we should revert and make sure the current ones work?
|
Yeah I need to revert the skipped tests in the future to ensure that all still works. |
| >>> export_request = client.export('hmi.v_45s[2016.04.01_TAI/1d@6h]{Dopplergram}') # doctest: +REMOTE_DATA | ||
| >>> export_request # doctest: +REMOTE_DATA | ||
| >>> export_request # doctest: +SKIP |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not just skip the whole file? wouldn't it be easier to revert?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wanted to see what was broken.
Fixes #53