Skip to content

cargo test fails with matrix::tests::eignen_gets_eigenvalues_and_vectors #6

@cramjaco

Description

@cramjaco

I've installed divnet-rs, and it seems to run as expected (eg divnet-rs ./test_files/small/config_small.toml works). However, if I run cargo test I get the error message:


> failures:
> 
> ---- matrix::tests::eigen_gets_eigenvalues_and_vectors stdout ----
> thread 'matrix::tests::eigen_gets_eigenvalues_and_vectors' panicked at 'assertion failed: actual.vectors.approx_eq(&expected.vectors, TOL) ||\n    actual.vectors.approx_eq(&opposite_expected_values.vectors, TOL)', src/matrix/mod.rs:1684:9
> 
> 
> failures:
>     matrix::tests::eigen_gets_eigenvalues_and_vectors
> 
> test result: FAILED. 52 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
> 
> error: test failed, to rerun pass '--lib'

Can I ignore this, or should I be doing something else.

I installed rust and openblas in a condas enviornment for what its worth.
Also I'm using release version of divnet divnet-rs-0.2.1

Thanks for your consideration.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions