We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7888cf2 commit 9b36b1cCopy full SHA for 9b36b1c
Tests/RealTests/RelaxedArithmeticTests.swift
@@ -102,7 +102,7 @@ final class RelaxedArithmeticTests: XCTestCase {
102
// Summing all values in an array can be associated however we want, but
103
// has to satisfy the usual error bound of 0.5 * sum.ulp * numberOfElements.
104
// We don't have a golden reference, but we can compare two sums with twice
105
- // the bound for a sanity check. // ignore-unacceptable-language
+ // the bound for a basic check.
106
let array = (0 ..< 128).map { _ in T.random(in: 1 ..< 2) }
107
var ref = strictSum(array)
108
var tst = relaxedSum(array)
0 commit comments