Skip to content

Commit 5397007

Browse files
TorkelEisaacsas
andcommitted
Update src/spatial_reaction_systems/spatial_ODE_systems.jl
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 4903bbe commit 5397007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spatial_reaction_systems/spatial_ODE_systems.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ end
7373
# Creates an ODEProblem from a LatticeReactionSystem.
7474
function DiffEqBase.ODEProblem(lrs::LatticeReactionSystem, u0_in, tspan,
7575
p_in = DiffEqBase.NullParameters(), args...;
76-
jac = true, sparse = jac,
76+
jac = false, sparse = false,
7777
name = nameof(lrs), include_zero_odes = true,
7878
combinatoric_ratelaws = get_combinatoric_ratelaws(lrs.rs),
7979
remove_conserved = false, checks = false, kwargs...)

0 commit comments

Comments
 (0)