-
Notifications
You must be signed in to change notification settings - Fork 58
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
Add default tests for loaders #186
Conversation
Codecov Report
@@ Coverage Diff @@
## master #186 +/- ##
==========================================
- Coverage 98.38% 94.81% -3.57%
==========================================
Files 18 18
Lines 1852 1852
==========================================
- Hits 1822 1756 -66
- Misses 30 96 +66 |
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.
very nice. i'm a little uncertain about the star import, but i guess that it's a small price to pay in the face of the benefit of being able to iterate over datasets.
how does this PR interact with #176 ?
after consensus with rabitt
Add default tests for loaders (#186) * add __all__ * add default tests for all modules in __all__ * remove unused tests, run black * remove redundant tests * run black * whoops * remove from . import * after consensus with rabitt * spurious empty line in __init__ Co-authored-by: Rachel Bittner <rachelbittner@spotify.com> Co-authored-by: Vincent Lostanlen <vincent.lostanlen@gmail.com>
Fixes #162