https://github.com/JuliaDiffEq/DiffEqFlux.jl
Revision 05a3545d642163ae5d88423cc2f725723b402acd authored by Christopher Rackauckas on 17 July 2019, 02:54:28 UTC, committed by GitHub on 17 July 2019, 02:54:28 UTC
1 parent e522ff0
Raw File
Tip revision: 05a3545d642163ae5d88423cc2f725723b402acd authored by Christopher Rackauckas on 17 July 2019, 02:54:28 UTC
Update README.md
Tip revision: 05a3545
runtests.jl
using DiffEqFlux, Test, SafeTestsets

@safetestset "Utils Tests" begin include("utils.jl") end
@safetestset "Layers Tests" begin include("layers.jl") end
@safetestset "Neural DE Tests" begin include("neural_de.jl") end
@safetestset "Partial Neural Tests" begin include("partial_neural.jl") end
back to top