Skip to content

Commit 752dc0a

Browse files
committed
revert spatial
1 parent 56e682f commit 752dc0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmarks/Jumps/Spatial_Signaling_Sanft.jmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function transport_model(rn, N; domain_len = 6.0, D = 1.0, rng = Random.default_
5757
hopping_rate = D / h^2
5858

5959
# this indicates we have a uniform rate of D/h^2 along each edge at each site
60-
hopping_constants = hopping_rate * ones(numspecies(rn), num_nodes)
60+
hopping_constants = hopping_rate * ones(numspecies(rn))
6161

6262
# figure out the indices of species EA and EB
6363
@unpack EA, EB = rn
@@ -211,7 +211,7 @@ We are now ready to run the benchmarks and plot the results. We start with a
211211
domain length of `12` μm, analogous to Fig. 6 in [^1]:
212212
```julia
213213
bench_dict = Dict{Tuple{String, Int}, BenchmarkTools.Trial}()
214-
algs = [NSM(), DirectCRDirect(), CCNRM(), DirectCR()]
214+
algs = [NSM(), DirectCRDirect()]
215215
Nv = [20, 30, 40, 50, 60, 90, 120, 240, 360]
216216
end_times = 200.0 * ones(length(Nv))
217217
domain_len = 12.0

0 commit comments

Comments
 (0)