Skip to content

Commit b8e3255

Browse files
authored
Update test/runtests.jl
1 parent a6d924a commit b8e3255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ end
4949
@time @safetestset "Automatic Jacobian Construction" begin include("simulation_and_solving/jacobian_construction.jl") end
5050
@time @safetestset "SDE System Simulations" begin include("simulation_and_solving/simulate_SDEs.jl") end
5151
@time @safetestset "Jump System Simulations" begin include("simulation_and_solving/simulate_jumps.jl") end
52-
# @time @safetestset "Nonlinear and SteadyState System Solving" begin include("simulation_and_solving/solve_nonlinear.jl") end
52+
@time @safetestset "Nonlinear and SteadyState System Solving" begin include("simulation_and_solving/solve_nonlinear.jl") end
5353

5454
# Tests upstream SciML and DiffEq stuff.
5555
@time @safetestset "MTK Structure Indexing" begin include("upstream/mtk_structure_indexing.jl") end

0 commit comments

Comments
 (0)