-
Notifications
You must be signed in to change notification settings - Fork 0
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
Error in score_grounded_result #21
Comments
For context, these errors I think are coming from this line
where we are scoring whether GPTs prediction ( @cmungall can you tell if this error is harmful or not? It's not clear if this means we are not getting the OMIMs that are part of the phenotypic series mentioned in this error. (Also, I'm not clear on why things like |
This can be replicated with the OAK CLI:
|
If having these mappings correctly is critical for your work you can do we do in Mondo ingest pipeline, passing in a custom prefix file: Here is a related issue you could comment on to raise the urgency: INCATools/semantic-sql#51 Here are two related PRs:
|
This should be a WARN not ERROR. It's annoying but irrelevant for malco because you are not grounding on OMIM PS IDs |
Great! Thanks @cmungall - just making sure this isn't going to affect our scoring |
@cmungall @justaddcoffee @caufieldjh any idea what these are?
ERROR:root:Skipping statements(subject=MONDO:0016830,predicate=skos:exactMatch,object=https://omim.org/phenotypicSeries/PS310300,value=None,datatype=None,language=None,); ValueError: https://omim.org/phenotypicSeries/PS310300 is not a valid URI or CURIE
I'm getting a bunch of these errors when running score_grounded_result(...). @cmungall do you have an obvious immediate direction to point us to? Thanks!
The text was updated successfully, but these errors were encountered: