beakerx icon indicating copy to clipboard operation
beakerx copied to clipboard

fix master/doc/groovy/AutoTranslation.ipynb

Open jimmybow opened this issue 2 years ago • 0 comments

fix doc/groovy/AutoTranslation.ipynb target = ((int) log(1 + r.nextInt(nnodes))/log(1.3)) to target = (int) (log(1 + r.nextInt(nnodes))/log(1.3))

https://github.com/twosigma/beakerx/blob/master/doc/groovy/AutoTranslation.ipynb?short_path=079d141#L42

jimmybow avatar Sep 04 '23 09:09 jimmybow