From 4f6432d1335d51329f3038b31d5ddfcf829f048e Mon Sep 17 00:00:00 2001 From: pshashk Date: Fri, 8 Feb 2019 15:28:07 +0300 Subject: [PATCH] test --- test/tracker.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/tracker.jl b/test/tracker.jl index fe3c0390..41f38ec4 100644 --- a/test/tracker.jl +++ b/test/tracker.jl @@ -178,6 +178,7 @@ end @test gradtest(x -> std(x), rand(5,5)) @test gradtest(x -> std(x, dims = 1), rand(5,5)) +@test gradtest(x -> std(x, dims = 1, corrected = false), rand(5,5)) @test gradtest((x, y) -> x .* y, rand(5), rand(5)) @test gradtest(dot, rand(5), rand(5))