propr
propr copied to clipboard
Fix select argument handling for vector input
This pull request addresses an issue in the handling of the select argument when reducing data size before computing the matrix. The original code assumed select was always a singular value, causing an error with the if statement when select was a vector of indices. Issue: #66