File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 21
21
Url = str
22
22
Path = str
23
23
24
- LATEST_BIOLINK_RELEASE = "4.0.0 "
24
+ LATEST_BIOLINK_RELEASE = "4.1.4 "
25
25
26
26
REMOTE_PATH = f"https://raw.githubusercontent.com/biolink/biolink-model/v{ LATEST_BIOLINK_RELEASE } /biolink-model.yaml"
27
27
PREDICATE_MAP = f"https://raw.githubusercontent.com/biolink/biolink-model/v{ LATEST_BIOLINK_RELEASE } /predicate_mapping.yaml"
Original file line number Diff line number Diff line change @@ -663,8 +663,7 @@ def test_is_mixin(toolkit):
663
663
664
664
665
665
def test_is_translator_canonical_predicate (toolkit ):
666
- assert toolkit .is_translator_canonical_predicate ("treats" )
667
- assert not toolkit .is_translator_canonical_predicate ("treated by" )
666
+ assert toolkit .is_translator_canonical_predicate ("studied to treat" )
668
667
assert not toolkit .is_translator_canonical_predicate ("this_does_not_exist" )
669
668
assert not toolkit .is_translator_canonical_predicate ("completed by" )
670
669
assert toolkit .is_translator_canonical_predicate ("regulates" )
@@ -952,7 +951,6 @@ def test_mapping(toolkit):
952
951
953
952
954
953
def test_get_slot_domain (toolkit ):
955
- assert NAMED_THING in toolkit .get_slot_domain ("ameliorates" )
956
954
assert "biological process" in toolkit .get_slot_domain (ENABLED_BY )
957
955
assert "biological process or activity" in toolkit .get_slot_domain (ENABLED_BY )
958
956
assert "pathway" in toolkit .get_slot_domain (
You can’t perform that action at this time.
0 commit comments