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
Hi, the booltest will fail when run for quite small block lengths:
>booltest --block 7 --halving data.bin
\booltest\booltest_main.py", line 1110, in print_human_readable_results
dist = inp['res'][0]['dists'][0]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
Thanks for report. If I collect enough mental mana I may fix it. But as this is a bit degenerate case of the blocksize I am thinking about marking this as "won't fix".
Hi, the booltest will fail when run for quite small block lengths:
The text was updated successfully, but these errors were encountered: