Test test_hash fails: Unhash position too far : 15.2568
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 10
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
8/28 Test #8: test_hash ........................***Failed Required regular expression not found. Regex=[PASS
] 0.01 sec
2D random hash test, doubles, fine tolerance.
FAIL: (geometry::distance<Dimension, RealType>(&coords[Dimension*i], pos) <= tol)
Unhash position too far : 15.2568
clang-14
FreeBSD 13.1
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running the reported test_hash test under clang-14 on FreeBSD 13.1 and inspect the failure showing an unhash position of 15.2568. Trace the test's hash and unhash paths to determine why the distance exceeds the tolerance; done means the test reports PASS without the regular-expression failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100