-
Notifications
You must be signed in to change notification settings - Fork 2
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 index wide tests #225
Add index wide tests #225
Conversation
These seem to be working, but errors on duplication are unclear:
At the least, we need to know the file that triggered this issue, but of course if we know the identifier that triggered this that would solve a lot of our problems all at once. I assumed that this error was caused by both DrugChemicalConflated.txt as well as its individual files (e.g. Drug.txt) being loaded into SQLite, which I do need to fix, but looking at the logs it seems more likely that this was caused by a disease and a phenotypic feature having the same identifier, which would suggest this PR is already paying its way. |
We've standardized to DuckDB for index-wide tests (#290), so we'll close this PR. |
WIP
Should be merged after PR #221.