ranking-agent / reasoner-transpiler

A library for converting TRAPI queries into cypher queries, taking into account the biolink predicate hierarchy
0 stars 1 forks source link

Add entity subclass traversal #50

Closed patrickkwang closed 3 years ago

patrickkwang commented 3 years ago

Fixes #49.

codecov[bot] commented 3 years ago

Codecov Report

Merging #50 (c250137) into main (b21eeec) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #50   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          401       424   +23     
=========================================
+ Hits           401       424   +23     
Impacted Files Coverage Δ
reasoner_transpiler/cypher.py 100.00% <100.00%> (ø)
reasoner_transpiler/matching.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b21eeec...c250137. Read the comment docs.