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
In ontologies_embeddings.py in the method preprocess_ids, I assume that it's intended to collect the list of all ontology parents/ancestors. But wat it does instead is to take only the last ancestor. I guess correct would be something like:
idxs.append(id_to_index[d.replace('_', ':')])
The text was updated successfully, but these errors were encountered:
In
ontologies_embeddings.py
in the methodpreprocess_ids
, I assume that it's intended to collect the list of all ontology parents/ancestors. But wat it does instead is to take only the last ancestor. I guess correct would be something like:The text was updated successfully, but these errors were encountered: