Skip to content

Commit

Permalink
Merge pull request #138 from biolink/update_biolink3.5
Browse files Browse the repository at this point in the history
update to biolink 3.5.0
  • Loading branch information
sierra-moxon authored Jun 30, 2023
2 parents 41b78d1 + e4afd61 commit 7b15829
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bmt/toolkit.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
Url = str
Path = str

REMOTE_PATH = "https://raw.githubusercontent.com/biolink/biolink-model/v3.4.2/biolink-model.yaml"
PREDICATE_MAP = 'https://raw.githubusercontent.com/biolink/biolink-model/v3.4.2/predicate_mapping.yaml'
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'


NODE_PROPERTY = "node property"
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 @@ -66,7 +66,7 @@ def toolkit():

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


def test_get_denormalized_association_slots(toolkit):
Expand Down

0 comments on commit 7b15829

Please sign in to comment.