opencaesar / owl-adapter

The OML adapter for OWL
Apache License 2.0
0 stars 2 forks source link

[BUG] - bundle closure fails to reduce taxonomy before treeifying #13

Closed StevenJenkinsJPL closed 4 years ago

StevenJenkinsJPL commented 4 years ago

Description

The bundle closure algorithm assumes the input taxonomy is in reduced form but the code fails to call transitiveReduction().

Steps to Reproduce

Steps to reproduce the behavior:

Expected Behavior

InvalidTreeException should never occur.