Skip to content

Commit

Permalink
Remove mixin check since they're allowed now
Browse files Browse the repository at this point in the history
  • Loading branch information
acevedol committed May 8, 2024
1 parent 6c2befa commit 16a79c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion validate_predicate_remap_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ def create_biolink_to_external_mappings(biolink_model: dict, mapping_hierarchy:

if core_predicate is not None:

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

Expand Down

0 comments on commit 16a79c3

Please sign in to comment.