monarch-initiative / loinc2hpo

Java library to map LOINC-encoded test results to Human Phenotype Ontology
http://loinc2hpo.readthedocs.io/en/latest/
Other
29 stars 8 forks source link

UnionFind #129

Closed pnrobinson closed 2 years ago

pnrobinson commented 2 years ago

Remove this dependency import org.jgrapht.alg.util.UnionFind;

it is being use only for the method --- inSameSet Tests whether two elements are contained in the same set.

pnrobinson commented 2 years ago

not required followng simplification https://github.com/monarch-initiative/loinc2hpo/pull/140