ethereum / cbc-casper

GNU Affero General Public License v3.0
229 stars 44 forks source link

Make math.round in gaussian delay no longer shadowed #180

Closed KentShikama closed 6 years ago

KentShikama commented 6 years ago

Fixes

  File "/cbc-casper/simulations/network_delay.py", line 31, in gaussian_delay
    return round(random.gauss(MU, SIGMA))
TypeError: 'int' object is not callable