Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #589 from vkhodygo/quickpred
ENH: skip missing data pattern check when `minpuc` == 0
- Loading branch information
538f614
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This introduces an error whenever
minpuc
is non-scalar.538f614
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your note.
I committed too soon, not realizing that this change would break when
minpuc
is a vector or matrix.Agree that we need a fix.