spatial/r2: increase box scale test tolerance

This commit is contained in:
Dan Kortschak
2025-10-03 18:40:23 +09:30
parent ba05c1592d
commit 27d16a49cb

View File

@@ -101,7 +101,7 @@ func TestBoxAdd(t *testing.T) {
}
func TestBoxScale(t *testing.T) {
const tol = 1e-11
const tol = 1e-10
rnd := rand.New(rand.NewPCG(1, 1))
for i := 0; i < 300; i++ {
b := randomBox(rnd)