pdl icon indicating copy to clipboard operation
pdl copied to clipboard

rldvec generates erroneous output size when $c provided as null

Open jo-37 opened this issue 4 months ago • 0 comments

rldvec allocates a null output ndarray and calculates the decoded size only in case $c is not defined. With $c given as null, it uses null's dim(1) as the output size, which is almost always wrong. $c should be initialized to null if not defined and the target size should be calculated if $c is null.

jo-37 avatar Aug 27 '25 09:08 jo-37