You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I only really know the symptoms of the (possible) bug, no idea about the cause. I'll keep my description high level so others know the gist of the issue, happy to answer additional questions.
I get different results from my program when I use PackedArray *f = PackedArray_create(1, len); vs PackedArray *f = PackedArray_create(2, len);. The only line of code modifying the array is PackedArray_set(f, offset, 1); and as such the number of bits should not matter.
The text was updated successfully, but these errors were encountered:
I only really know the symptoms of the (possible) bug, no idea about the cause. I'll keep my description high level so others know the gist of the issue, happy to answer additional questions.
I get different results from my program when I use
PackedArray *f = PackedArray_create(1, len);
vsPackedArray *f = PackedArray_create(2, len);
. The only line of code modifying the array isPackedArray_set(f, offset, 1);
and as such the number of bits should not matter.The text was updated successfully, but these errors were encountered: