-
Notifications
You must be signed in to change notification settings - Fork 26
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 csv data model to unit tests #1464
Conversation
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.
Looking through this again, it seems like the tests in test_manifest.py
and test_validation.py
are still only using the .jsonld
could you update to test with the CSVs where the schemas module is concerned as well?
@lakikowolfe can ticket be linked to PR description? Also, when I queried the logs of |
@linglp this is the ticket: https://sagebionetworks.jira.com/browse/FDS-1132 I believe the motivation behind this ticket is to update the tests to include csv because it is a supported file type and we'd want to know if for some reason csv input was not working. |
@GiaJordan My understanding is that this is low priority so I am focusing on the HTAN bug ticket that I have rn and will circle back to this when I can. Please let me know if I am misunderstanding the priority of this ticket and we can discuss. |
@lakikowolfe yeah from my perspective your understanding is correct, but I'll loop in kevin so he can make the final determination |
|
Approving pending resolution of merge conflicts |
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.
Great review @GiaJordan , and thanks for the work @lakikowolfe . Please answer some of my comments, but I'm going to go ahead and approve pending resolution of conflicts as Gianna stated
|
Include testing of csv data model in addition to jsonld
Related Jira ticket: https://sagebionetworks.jira.com/browse/FDS-1132