-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels