Closed johnbradley closed 2 years ago
Here is the test that is failing: https://github.com/phenoscape/rphenoscape/blob/757b9a29b6cca80e2470a7866940b4d9be35f80c/tests/testthat/test-semsim.R#L63-L74
This test seems to only fail sporadically. For example it failed in the github action for R 3.6, but passed in the test for R 4. When I re-ran the github action this test passed for both R 3.6 and R4. I expect this is due to running sample() on the subsumer matrix row names.
I think this issue from the abandoned v2-beta2
changes may be related: https://github.com/phenoscape/rphenoscape/issues/239
Fixed by #248
The Resnik similarity test is failing when using the dev.phenoscape.org/api/v2-beta API.
This issue is part of #243