Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Tolerate extra empty columns #87

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

holte
Copy link

@holte holte commented Aug 30, 2016

This lets the distribution analysis tolerate extra empty columns, so code generating bit counts doesn't need to be precise about how many bits are being counted.

}

if (ncol(counts) != params$k + 1) {
stop(sprintf("Counts file: Got %d columns, should equal to k + 1: %d",
Copy link
Contributor

Choose a reason for hiding this comment

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

"should be equal"?

Copy link
Author

Choose a reason for hiding this comment

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

Changed to "expected k + 1 = %d"

@ilyamironov
Copy link
Contributor

LGTM.

@ilyamironov ilyamironov reopened this Aug 30, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants