Skip to content

Commit

Permalink
updated functioncall
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Aug 29, 2023
1 parent bef8dc0 commit 261289c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mondolib/qc/term_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def get_candidate_obsoletion(self, term: CURIE, threshold: float = 0.0) -> Optio
logging.info(f"No name - possible dangling? {term}")
return None
obs = CandidateObsoletion(term=term, label=label)
incoming = oi.get_incoming_relationship_map_by_curie(term)
incoming = oi.incoming_relationship_map(term)
mdict = self.get_mappings_by_source(term)
prefixes = list(mdict.keys())

Expand Down

0 comments on commit 261289c

Please sign in to comment.