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

Update pre-commit #10767

Merged
merged 4 commits into from Jan 10, 2024
Merged

Update pre-commit #10767

merged 4 commits into from Jan 10, 2024

Conversation

hendrikmakait
Copy link
Member

  • Closes #xxxx
  • Tests added / passed
  • Passes pre-commit run --all-files

@@ -473,19 +473,19 @@ def test_slicing_exhaustively():
# independent indexing along different axes
indexers = [0, -2, I[:], I[:5], [0, 1], [0, 1, 2], [4, 2], I[::-1], None, I[:0], []]
for i in indexers:
assert_eq(x[i], a[i]), i
assert_eq(x[i], a[i])
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From what I understand, this tuple expression was indeed useless, and the second element was ignored.

@phofl phofl merged commit c980224 into dask:main Jan 10, 2024
25 of 26 checks passed
@phofl
Copy link
Collaborator

phofl commented Jan 10, 2024

thx

@hendrikmakait hendrikmakait deleted the update-pre-commit branch January 10, 2024 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants