Skip to content

Commit

Permalink
Merge pull request #144 from biolink/update-biolink-model3.5.3
Browse files Browse the repository at this point in the history
update to biolink-model version 3.5.3
  • Loading branch information
sierra-moxon authored Aug 3, 2023
2 parents a8fd3ee + 8f4ffe4 commit f8f0889
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions bmt/toolkit.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
Url = str
Path = str

REMOTE_PATH = "https://raw.githubusercontent.com/biolink/biolink-model/v3.5.0/biolink-model.yaml"
PREDICATE_MAP = 'https://raw.githubusercontent.com/biolink/biolink-model/v3.5.0/predicate_mapping.yaml'
REMOTE_PATH = "https://raw.githubusercontent.com/biolink/biolink-model/v3.5.3/biolink-model.yaml"
PREDICATE_MAP = 'https://raw.githubusercontent.com/biolink/biolink-model/v3.5.3/predicate_mapping.yaml'


NODE_PROPERTY = "node property"
ASSOCIATION_SLOT = "association slot"
Expand Down
3 changes: 1 addition & 2 deletions tests/unit/test_toolkit.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ def toolkit():

def test_get_model_version(toolkit):
version = toolkit.get_model_version()
assert version == "3.5.0"

assert version == "3.5.3"

def test_get_denormalized_association_slots(toolkit):
annotations = toolkit.get_denormalized_association_slots(formatted=True)
Expand Down

0 comments on commit f8f0889

Please sign in to comment.