Skip to content

Commit 17f6060

Browse files
add GPU neural ODE test
1 parent 73728bc commit 17f6060

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/runtests.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ end
2121
if !is_APPVEYOR && GROUP == "Downstream"
2222
activate_downstream_env()
2323
Pkg.test("DiffEqFlux")
24+
end
25+
26+
if !is_APPVEYOR && GROUP == "Downstream"
27+
activate_downstream_env()
2428
@safetestset "DiffEqFlux GPU" begin include("gpu_neural_ode.jl") end
2529
end
2630
end

0 commit comments

Comments
 (0)