dimforge / dimforge/nalgebra

`tr_solve_upper_triangular` proptest failure

Open
#1,351 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
4.8k
Forks
565
PR merge metrics
No merged PRs in 30d

Description

https://github.com/dimforge/nalgebra/actions/runs/7510131218/job/20448144670?pr=1349#step:3:788

```text
proptest: Saving this and future failures in /home/runner/work/nalgebra/nalgebra/proptest-regressions/linalg/solve.txt
proptest: If this test was run on a CI system, you may wish to add the following line to your copy of the file. (You may need to create it.)
cc f7fc4c7afdd1e3b7ed7362292ba6794e348cc528087d076602532770afebb6cb
thread 'linalg::solve::f64::tr_solve_upper_triangular' panicked at tests/linalg/solve.rs:66:1:
Test failed: assertion failed: relative_eq!(tri.transpose() * x, b, epsilon = 1.0e-7) at tests/linalg/solve.rs:66.
minimal failing input: a = [
[
0.0,
0.0,
0.0,
0.0,
],
[
81.99902460164981,
0.9449239860549895,
0.0,
0.0,
],
[
0.0,
-27.547241340574327,
-0.0019367092613586242,
0.0,
],
[
-72.19421099008603,
0.0,
28.60568201872311,
-22.546587049471057,
],
], b = [
[
0.0,
0.0,
0.0,
0.0,
],
[
0.0,
0.0,
0.0,
0.0,
],
[
0.0,
0.0,
0.0,
0.0,
],
[
0.0,
0.0,
0.0,
0.0,
],
[
-25.13116025311182,
-2.469444853398943,
-52.87323360581658,
-41.87241868276314,
],
]
successes: 166
local rejects: 0
global rejects: 0
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.