Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-3578] Fix upper bound in GraphGenerators.sampleLogNormal #2439

Closed
wants to merge 4 commits into from

Commits on Sep 17, 2014

  1. Configuration menu
    Copy the full SHA
    1638598 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2014

  1. Run sampleLogNormal bounds check 1000 times

    This adds about 150 ms to the test duration.
    ankurdave committed Sep 20, 2014
    Configuration menu
    Copy the full SHA
    6fd5fb1 View commit details
    Browse the repository at this point in the history
  2. Round X in loop condition

    ankurdave committed Sep 20, 2014
    Configuration menu
    Copy the full SHA
    5900c22 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2014

  1. Go back to math.floor

    This reverts commit 5900c22.
    ankurdave committed Sep 22, 2014
    Configuration menu
    Copy the full SHA
    f6655e5 View commit details
    Browse the repository at this point in the history