-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 pytest config and un-xfail some tests #8246
Conversation
Got the tests to pass. Thanks for the review @headtr1ck |
def test_vectorized_indexing_negative_step(self) -> None: | ||
if not has_dask: | ||
pytest.xfail( | ||
reason="zarr without dask handles negative steps in slices incorrectly" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this still failing? I fixed an obscure bug here: #7586
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's failing in the zarr SliceDimIndexer
:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting. can you open an issue for this test please?
whats-new.rst
api.rst
This partly updates the pytest config as suggested in #8239 and un-xfails some tests (or xfails the tests more precisely).
See #8239 (comment) for why we cannot exactly follow the suggestions given in #8239