-
Notifications
You must be signed in to change notification settings - Fork 21
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
Data downloader #959
Data downloader #959
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #959 +/- ##
===========================================
- Coverage 88.97% 88.60% -0.37%
===========================================
Files 123 126 +3
Lines 11048 11132 +84
===========================================
+ Hits 9830 9864 +34
- Misses 1218 1268 +50
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
a49c56c
to
ae129bc
Compare
f321b49
to
c9a5d78
Compare
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.
Thanks for putting this together. Mainly some string stuff and a couple questions (which are likely non issues).
If you can get it back to me today/tomorrow I should be able to re-review it quickly. Thanks!
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.
Nice, thanks. One question you can answer now (url thing) and another to leave for Joakim's round. Otherwise looking good. Will be nice to get this in.
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.
Looks nice! Just a couple of things.
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.
🚀
This PR adds download functionality for example datasets.
Closes #712