Skip to content

Error in test? #12015

@DimitriPapadopoulos

Description

@DimitriPapadopoulos

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?

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    arraybugSomething is brokenneeds attentionIt's been a while since this was pushed on. Needs attention from the owner or a maintainer.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions