-
Notifications
You must be signed in to change notification settings - Fork 36
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
SNOMED Database Improper Set-Up #7
Comments
I ran across the same error. It's not totally clear why, but it seems that the
I manually ran the sqlite commands and tests pass now. Further testing may be required. Here's roughly what I did from the command line:
|
@paulheider have got the umls license ? I request an account days ago, but I do not receive any reply. Could you tell me how to got the license? |
I followed all of the instructions for downloading and unzipping the SNOMED term database and provided the path for database formation and got the following print-outs:
DEBUG:root:Importing SNOMED descriptions into snomed.db...
----- DID IMPORT descriptions
DEBUG:root:1613155 concepts parsed
DEBUG:root:Importing SNOMED relationships into snomed.db...
----- DID IMPORT relationships
DEBUG:root:4863481 concepts parsed
However, when I run the snomed.py command again from command line, I get
AssertionError: "315004001" refines "128462008" should return True or the database hasn't been set up properly
Is there a way to further debug this error and find out which step of database set up caused the failure?
The text was updated successfully, but these errors were encountered: