We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03cdf0e commit f55f885Copy full SHA for f55f885
1 file changed
test/rand_tangent.jl
@@ -93,7 +93,7 @@ using FiniteDifferences: rand_tangent
93
@test length(string(rand_tangent(1.0))) <= 6
94
@test length(string(rand_tangent(1.0 + 1.0im))) <= 12
95
@test length(string(rand_tangent(1f0))) <= 12
96
- @test length(string(rand_tangent(big"1.0"))) <= 9
+ @test length(string(rand_tangent(big"1.0"))) <= 12
97
end
98
99
0 commit comments