twosigma / twosigma/beakerx

fix master/doc/groovy/AutoTranslation.ipynb

Open
#8,324 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
2.9k
Forks
383
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.