You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I found that in the get_ancestors function of utils.py, in this code, only the is_a relationship is used to find the ancestor node:
for parent_id in self.ont[t_id]['is_a']:
if parent_id in self.ont:
q.append(parent_id)
Is my understanding wrong?
No description provided.
The text was updated successfully, but these errors were encountered: