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 ran your list index out of range.py with default values and got the error,
Traceback (most recent call last):
File ".\sharding_attack_probability.py", line 136, in <module>
num_success = gf_coeffs(n_groups, n_per_group, limit_per_group, total_placed)
File ".\sharding_attack_probability.py", line 54, in gf_coeffs
total_placed_coeff = int(comb_coeffs[-(total_placed-1)])
IndexError: list index out of range
I changed t=10000 for getting result quicker, and I found value of total_placed is 150 and the length of comb_coeffs is 1. I have no clue what happened. Could you help check it? Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I ran your
list index out of range.py
with default values and got the error,I changed
t=10000
for getting result quicker, and I found value oftotal_placed
is 150 and the length ofcomb_coeffs
is 1. I have no clue what happened. Could you help check it? Thanks.The text was updated successfully, but these errors were encountered: