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
In bct_coeff_probability on line 152 range operates over a float which causes a TypeError: ‘float’ object cannot be interpreted as an integer in Python 3.x. This issue is possibly present in other places as well.
Kind regards,
The text was updated successfully, but these errors were encountered:
Hi,
In
bct_coeff_probability
on line 152 range operates over a float which causes aTypeError: ‘float’ object cannot be interpreted as an integer
in Python 3.x. This issue is possibly present in other places as well.Kind regards,
The text was updated successfully, but these errors were encountered: