-
Notifications
You must be signed in to change notification settings - Fork 0
Generalize SingleYearDataset and MultipleYearDataset classes #8
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
|
Hi @juaristi22 , I just pulled the code and tried things out. I don't have a lot to add on this one. I would like to try out the |
|
|
||
| # Create SingleYearDataset for each year | ||
| for year, entities in years_entities.items(): | ||
| self.datasets[year] = SingleYearDataset( |
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.
Add tests for loading and saving datasets pls
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.
you mean to hugging face? or the load and save methods? (the load and save methods are used in the test_dataset_classes.py tests)
nikhilwoodruff
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.
Love it- really clean!
Fix #4
Fix #9
Fix #7
This pr also addresses the changelog issue in the merging workflow