-
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
Remove self-subclasses #194
Comments
I think we should filter out A - subclass-of - A edges somewhere. Logically true; totally useless. |
Is this something we could apply more generally? Are there any A-->A edges in robokop we care about? The issue is complicated by the fact that this can occur during normalization. |
I think that there are probably self-interaction or self-regulation edges that we would want to keep |
cool, I think if we want zero A-subclass_of-A edges we can pretty easily apply that in normalization by default, but it should probably be it's own operation that can be specified in the graph spec |
This is implemented in ORION now, subclass loop edges are removed from robokopkg. |
To reproduce:
In question builder, try submitting a query "asthma" relates to "asthma". This will create a result table, and one of the rows should be from asthma to asthma. If you click on the row it looks like here in the image:
The text was updated successfully, but these errors were encountered: