Skip to content

Commit

Permalink
#381 what's wrong with the biolink_to_external_mappings dict?
Browse files Browse the repository at this point in the history
  • Loading branch information
ecwood committed Jun 28, 2024
1 parent b1d7501 commit 463d185
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions validate_predicate_remap_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ def create_biolink_to_external_mappings(biolink_model: dict, mapping_hierarchy:

# assert core_predicate not in biolink_mixins, (relation, core_predicate, {'Mixins': biolink_mixins}) # See #381
assert core_predicate not in inverted_relations, (relation, core_predicate, {'Inverted Relations': inverted_relations})
print(biolink_to_external_mappings)
assert core_predicate in biolink_to_external_mappings, (relation, core_predicate)

allowed_biolink_curies_set = set()
Expand Down

0 comments on commit 463d185

Please sign in to comment.