Skip to content

Commit

Permalink
chore: increase tolerance in tests for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Apr 10, 2024
1 parent edfd664 commit 6a7aded
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions float64slices_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ func TestTransFloat64Slices(t *testing.T) {
{261848.15527273554, 6250566.54904563, 78},
{-8238322.592110482, 4970068.348185822, 10},
},
delta: 1e-9,
},
{
float64Slices: [][]float64{
Expand All @@ -76,6 +77,7 @@ func TestTransFloat64Slices(t *testing.T) {
{261848.15527273554, 6250566.54904563, 78, 1},
{-8238322.592110482, 4970068.348185822, 10, 2},
},
delta: 1e-9,
},
{
float64Slices: [][]float64{
Expand All @@ -86,6 +88,7 @@ func TestTransFloat64Slices(t *testing.T) {
{261848.15527273554, 6250566.54904563},
{-8238322.592110482, 4970068.348185822, 10, 2},
},
delta: 1e-9,
},
} {
t.Run(strconv.Itoa(i), func(t *testing.T) {
Expand Down

0 comments on commit 6a7aded

Please sign in to comment.