-
Notifications
You must be signed in to change notification settings - Fork 6
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
Updating to Pydantic v2 #495
Conversation
✅ Deploy Preview for monarch-app ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
curie expansion fails on: omim, ensembl, uberon, and wormbase (returns None) |
I can suggest you update the tests to use strict=True in the expand call then debug how prefix maps is constructing the EPM. This seems like a data and not a code issue |
interesting, yeah...
not sure where to start digging to sus this out |
@glass-ships I wrote a minimal test that shows that there is no WormBase prefix available through the "merged" context in Here's the situation:
|
maybe a silly question but, when you say data error, what data in particular do you refer to? |
The issue is happening because the wrong data is inside the |
Closes #260
Summary