-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
arraybugSomething is brokenSomething is brokenneeds attentionIt's been a while since this was pushed on. Needs attention from the owner or a maintainer.It's been a while since this was pushed on. Needs attention from the owner or a maintainer.
Description
Describe the issue:
In the test code below, "order" == "F" is always false. This has to be unintended. And if so, the test itself is wrong, isn't it?
dask/dask/array/tests/test_creation.py
Lines 89 to 92 in 267272a
| if "order" == "F": | |
| assert np.isfortran(da_r.compute()) | |
| else: | |
| assert not np.isfortran(da_r.compute()) |
Introduced by 95ef5b7 / #6129.
Environment:
- Dask version: main
- Python version: N/A
- Operating System: N/A
- Install method (conda, pip, source): N/A
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
arraybugSomething is brokenSomething is brokenneeds attentionIt's been a while since this was pushed on. Needs attention from the owner or a maintainer.It's been a while since this was pushed on. Needs attention from the owner or a maintainer.