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 9fe3366 commit 2aae1c4Copy full SHA for 2aae1c4
test/rulesets/Base/arraymath.jl
@@ -1,4 +1,4 @@
1
-@testset "arraymath" begin
+@testset "arraymath.jl" begin
2
@testset "inv(::Matrix{$T})" for T in (Float64, ComplexF64)
3
B = generate_well_conditioned_matrix(T, 3)
4
test_frule(inv, B)
test/rulesets/Base/base.jl
-@testset "base" begin
+@testset "base.jl" begin
@testset "copysign" begin
# don't go too close to zero as the numerics may jump over it yielding wrong results
@testset "at $y" for y in (-1.1, 0.1, 100.0)
0 commit comments