propr icon indicating copy to clipboard operation
propr copied to clipboard

Fix select argument handling for vector input

Open audrey-bollas opened this issue 1 year ago • 0 comments

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

audrey-bollas avatar Dec 03 '24 17:12 audrey-bollas