Skip to content

Commit

Permalink
Merge pull request #42 from TranslatorSRI/update-information-content
Browse files Browse the repository at this point in the history
Updated information content in one test as per Babel 2024jul13.
  • Loading branch information
gaurav authored Jul 17, 2024
2 parents 0a61572 + 86257f9 commit 84809c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/nodenorm/by_issue/test_nodenorm_229.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def test_nodenorm_229(target_info):
"attributes": [
{
"attribute_type_id": "biolink:has_numeric_value",
"value": 92.7,
"value": 92.8,
"value_type_id": "EDAM:data_0006",
"original_attribute_name": "information_content",
}
Expand Down Expand Up @@ -390,7 +390,7 @@ def test_nodenorm_229(target_info):
"attributes": [
{
"attribute_type_id": "biolink:has_numeric_value",
"value": 92.7,
"value": 92.8,
"value_type_id": "EDAM:data_0006",
"original_attribute_name": "information_content",
}
Expand Down

0 comments on commit 84809c6

Please sign in to comment.