You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
── Failure (test-pk.R:131:3): labels for pre-generated post-comps ──────────────
sum(is.na(subs.l$label)) is not less than 1. Difference: 1
This while testing that labels for pre-generated post-comps work. The test that's failing obtains a subsumer matrix for "femur", subsamples the resulting subsumers (many of which are expected to be post-compositions), and tests whether for every one a label can be obtained. Some, though not all, CARO terms (which are not even post-compositions) fail because there they lack their label in the database.
Some ontologies, in particular apparently CARO, have labels for terms
in the database only inconsistently. This filters out subsumer terms
that are in those ontologies, and failed to obtain a label. What is
really being tested here are post-compositions, so this shouldn't affect
the subsumers that are post-comps (whether they fail to obtain a label
or not).
Fixes#161. See also phenoscape/phenoscape-kb-services#378.
Some ontologies, in particular apparently CARO, have labels for terms
in the database only inconsistently. This filters out subsumer terms
that are in those ontologies, and failed to obtain a label. What is
really being tested here are post-compositions, so this shouldn't affect
the subsumers that are post-comps (whether they fail to obtain a label
or not).
Fixes#161. See also phenoscape/phenoscape-kb-services#378.
The test failure is this:
This while testing that labels for pre-generated post-comps work. The test that's failing obtains a subsumer matrix for "femur", subsamples the resulting subsumers (many of which are expected to be post-compositions), and tests whether for every one a label can be obtained. Some, though not all, CARO terms (which are not even post-compositions) fail because there they lack their label in the database.
See phenoscape/phenoscape-kb-services#378.
The text was updated successfully, but these errors were encountered: