Skip to content

Commit

Permalink
Merge pull request #979 from SciML/re-fix_sdes
Browse files Browse the repository at this point in the history
Revert SDE change
  • Loading branch information
TorkelE authored Jul 25, 2024
2 parents 21cdd0d + b93b244 commit cc1b958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reactionsystem_conversions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ function assemble_diffusion(rs, sts, ispcs; combinatoric_ratelaws = true,
num_bcsts = count(isbc, get_unknowns(rs))

# we make a matrix sized by the number of reactions
eqs = Matrix{Num}(undef, length(sts) + num_bcsts, length(get_rxs(rs)))
eqs = Matrix{Any}(undef, length(sts) + num_bcsts, length(get_rxs(rs)))
eqs .= 0
species_to_idx = Dict((x => i for (i, x) in enumerate(ispcs)))
nps = get_networkproperties(rs)
Expand Down

0 comments on commit cc1b958

Please sign in to comment.