Skip to content

Commit 9e8ea47

Browse files
Whoops missed updates to SAR.py
1 parent 22de01e commit 9e8ea47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/SAR.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def av(x):
3434
#migration=float(sys.argv[4]) # initial migration rate
3535

3636
print("Area, Mutation rate, Migration rate, Number of species, Interaction strength^2",flush=True)
37-
for A in [4, 9, 16]:
37+
for A in [1, 2, 4, 6, 9, 12, 16]:
3838
for mut_max in [1e-5, 1e-4, 1e-3]:
3939
for migration in [1e-6, 1e-5]:
4040
for nsp in [30, 100, 200]:

0 commit comments

Comments
 (0)