Skip to content

Commit

Permalink
introduced NaN and adjusted test
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Jul 20, 2021
1 parent 66f246f commit e0902cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/data/basic.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ x:bone_element bone element owl:equivalentClass z:bone_tissue Lexical x z rdf_
x:bone_element bone element owl:equivalentClass z:bone_tissue Lexical|Stemming x z rdf_matcher 0.2 oio:hasBroadSynonym oio:hasBroadSynonym biolink:AnatomicalEntity biolink:AnatomicalEntity bone .
x:bone_tissue bone tissue owl:equivalentClass y:bone bones Lexical|Stemming x y rdf_matcher 0.534601961 oio:hasBroadSynonym rdfs:label biolink:AnatomicalEntity biolink:AnatomicalEntity bone .
x:bone_tissue bone tissue owl:equivalentClass z:bone_element Lexical x z rdf_matcher 0.261203875 oio:hasBroadSynonym oio:hasBroadSynonym biolink:AnatomicalEntity biolink:AnatomicalEntity bone .
x:bone_tissue bone tissue owl:equivalentClass z:bone_element Lexical|Stemming x z rdf_matcher 0.2 oio:hasBroadSynonym oio:hasBroadSynonym biolink:AnatomicalEntity biolink:AnatomicalEntity bone .
x:bone_tissue bone tissue owl:equivalentClass z:bone_element Lexical|Stemming x z rdf_matcher oio:hasBroadSynonym oio:hasBroadSynonym biolink:AnatomicalEntity biolink:AnatomicalEntity bone .
x:bone_tissue bone tissue owl:equivalentClass z:bone_tissue Lexical x z rdf_matcher 0.738796125 oio:hasDbXref oio:hasDbXref biolink:AnatomicalEntity biolink:AnatomicalEntity UBERON:0002481 .
x:bone_tissue bone tissue owl:equivalentClass z:bone_tissue Lexical x z rdf_matcher 0.261203875 oio:hasBroadSynonym oio:hasBroadSynonym biolink:AnatomicalEntity biolink:AnatomicalEntity bone .
x:bone_tissue bone tissue owl:equivalentClass z:bone_tissue Lexical|Stemming x z rdf_matcher 0.2 oio:hasBroadSynonym oio:hasBroadSynonym biolink:AnatomicalEntity biolink:AnatomicalEntity bone .
Expand Down
2 changes: 1 addition & 1 deletion tests/test_reconcile.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ def test_merge(self):

merged_msdf = merge_msdf(msdf1=msdf1, msdf2=msdf2)

assert len(merged_msdf.df) == 94
assert len(merged_msdf.df) == 95

0 comments on commit e0902cc

Please sign in to comment.