Skip to content

Commit

Permalink
Merge pull request #166 from biolink/1.4.0
Browse files Browse the repository at this point in the history
update biolink to 4.2.0
  • Loading branch information
sierra-moxon authored Apr 13, 2024
2 parents d5bd467 + d867edc commit 8e5c93c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bmt/toolkit.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
Url = str
Path = str

LATEST_BIOLINK_RELEASE = "4.1.6"
LATEST_BIOLINK_RELEASE = "4.2.0"

REMOTE_PATH = f"https://raw.githubusercontent.com/biolink/biolink-model/v{LATEST_BIOLINK_RELEASE}/biolink-model.yaml"
PREDICATE_MAP = f"https://raw.githubusercontent.com/biolink/biolink-model/v{LATEST_BIOLINK_RELEASE}/predicate_mapping.yaml"
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_toolkit.py
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@ def test_get_value_type_for_slot(toolkit):
assert "uriorcurie" in toolkit.get_value_type_for_slot(SUBJECT)
assert "uriorcurie" in toolkit.get_value_type_for_slot("object")
assert "string" in toolkit.get_value_type_for_slot("symbol")
assert "biolink:CategoryType" in toolkit.get_value_type_for_slot(
assert "metatype:Uriorcurie" in toolkit.get_value_type_for_slot(
"category", formatted=True
)

Expand Down

0 comments on commit 8e5c93c

Please sign in to comment.