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

Fix Distributed.head_and_tail #32431

Merged
merged 2 commits into from
Jun 27, 2019
Merged

Commits on Jun 26, 2019

  1. Fix Distributed.head_and_tail

    The last return statement is currently referring to a non-existent s
    variable. Also fix the related doctest, even though it does not get
    tested at the moment.
    mortenpi committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    4c34568 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f3bcc3 View commit details
    Browse the repository at this point in the history