Skip to content

Commit 25d7f69

Browse files
authored
Test re enable reactant test to identify failures (#2596)
* Test re enable reactant test to identify failures * Update Project.toml
1 parent d677811 commit 25d7f69

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

test/Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,4 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
2222

2323
[compat]
2424
FiniteDifferences = "0.12"
25-
GPUArraysCore = "0.1"
26-
GPUCompiler = "0.27"
2725
Tracker = "0.2.33"

test/ext_reactant/reactant.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ end
8989
for (model, x, name) in models_xs
9090
@testset "check grad $name" begin
9191
println("testing $name with Reactant")
92-
# test_gradients(model, x; loss, compare_finite_diff=false, test_reactant=true)
92+
test_gradients(model, x; loss, compare_finite_diff=false, test_reactant=true)
9393
end
9494
end
9595
end

0 commit comments

Comments
 (0)