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 0f6e29a commit 063e797Copy full SHA for 063e797
test/rand_tangent.jl
@@ -100,7 +100,7 @@ struct Bar
100
@test length(string(rand_tangent(1.0))) <= 6
101
@test length(string(rand_tangent(1.0 + 1.0im))) <= 12
102
@test length(string(rand_tangent(1f0))) <= 12
103
- @test length(string(rand_tangent(big"1.0"))) <= 12
+ @test length(string(rand_tangent(big"1.0"))) <= 20
104
end
105
106
0 commit comments