-
-
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
Added test for issue #6002 (currently fails) #6003
Conversation
RubendeBruin
commented
Nov 18, 2021
- Closes #xxxx
- Tests added
for more information, see https://pre-commit.ci
# Conflicts: # xarray/tests/test_transpose.py
for more information, see https://pre-commit.ci
Great! If you add an |
Hi @max-sixty , what is a Also, the issue turned out to be bottleneck-bug , ref: pydata/bottleneck#393 (comment) (fix available) |
https://docs.pytest.org/en/6.2.x/skipping.html — it marks the test as "expected failure".
Great that it's fixed upstream! We can either wait for it to be released and then merge this, or merge this now with the |
for more information, see https://pre-commit.ci
I've added xfail , thanks for the link. |
@RubendeBruin it seems my guidance was bad — the test failures suggest that because this is a segfault So instead, let's leave this open until bottleneck does a release, and then merge this as a passing test — does that work on your end? |
"does that work on your end?" yes it does. Will remove the xfail and then we can merge once pydata/bottleneck#382 is merged. |
# Conflicts: # xarray/tests/test_transpose.py
for more information, see https://pre-commit.ci
closing as stale / upstream issue. Feel free to reopen if there is more to do here. |