Skip to content

Tests fail on nightly, possibly due to changes to julia's hashing #34

Description

@KnutAM

In #33 and #31 the tests fail on nightly.

The fix

- addcellset!(grid, "bottom", Set((1,2,3,4)))
+ addcellset!(grid, "bottom", OrderedSet((4, 2, 3, 1)))

in test/test_grid.jl#L15 solved this in the 2d tests. But didn't solve it for the later 3d tests.

Not sure where the randomness comes in though, but the tests seem to assume a specific order of operations whereas using Set doesn't guarantee this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions