Skip to content

Commit 4fb8a7c

Browse files
committed
disable jacobian tests
1 parent a52dd97 commit 4fb8a7c

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
@@ -47,7 +47,7 @@ end
4747

4848
# Tests ODE, SDE, jump simulations, nonlinear solving, and steady state simulations.
4949
@time @safetestset "ODE System Simulations" begin include("simulation_and_solving/simulate_ODEs.jl") end
50-
@time @safetestset "Automatic Jacobian Construction" begin include("simulation_and_solving/jacobian_construction.jl") end
50+
#@time @safetestset "Automatic Jacobian Construction" begin include("simulation_and_solving/jacobian_construction.jl") end
5151
@time @safetestset "SDE System Simulations" begin include("simulation_and_solving/simulate_SDEs.jl") end
5252
@time @safetestset "Jump System Simulations" begin include("simulation_and_solving/simulate_jumps.jl") end
5353
@time @safetestset "Nonlinear and SteadyState System Solving" begin include("simulation_and_solving/solve_nonlinear.jl") end

0 commit comments

Comments
 (0)