Skip to content

Fix tests#42

Open
mbstadler wants to merge 6 commits into
develfrom
fix-tests
Open

Fix tests#42
mbstadler wants to merge 6 commits into
develfrom
fix-tests

Conversation

@mbstadler

Copy link
Copy Markdown
Collaborator

The current unit tests on the Bioc builders are failing on all tested platforms, see for example:
https://bioconductor.org/checkResults/devel/bioc-LATEST/eisaR/kjohnson3-checksrc.html

I could not figure out why subset(GRanges, type == "exon") suddenly fails, but found a simple workaround by using the bracket operator instead.

At the same time, I fixed some additional notes.

@mbstadler
mbstadler requested a review from csoneson July 7, 2026 11:37

@csoneson csoneson left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this was caused by a regression in S4Vectors, and seems to be fixed by Bioconductor/S4Vectors@8b236a8 and Bioconductor/S4Vectors@721733a. However, I don't see an issue with using [ instead of subset() either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants