Skip to content

Deterministic testing #336

Open
Open
@termoshtt

Description

@termoshtt
Member

Some test fails randomly because they use random vectors without fixing its value via seed. This reduces the worth of auto-testing since we have to check the CI failure is due to bug in changes or due to random number.

TODO

Activity

self-assigned this
on Sep 16, 2022
termoshtt

termoshtt commented on Sep 17, 2022

@termoshtt
MemberAuthor

Tests for LOBPCG still randomly fails due to it uses random in itself. It should accept to use specific RNG.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @termoshtt

      Issue actions

        Deterministic testing · Issue #336 · rust-ndarray/ndarray-linalg