@@ -11,8 +11,8 @@ def _HolsteinFriesian_1M13():
1111 )
1212 long_description = """
1313 The piecewise-constant population size model of Holstein-Friesian cattle
14- from MacLeod et al. (2013). Effective population sizes were estimated based
15- on runs of homozygosity observed in a single individual,
14+ from MacLeod et al. (2013). Effective population sizes were estimated from
15+ runs of homozygosity observed in a single individual,
1616 using the following assumptions:
1717 a generation interval of 5 years (page 2213),
1818 a mutation rate of 0.94e-8 (pages 2221 and 2215), and
@@ -39,7 +39,7 @@ def _HolsteinFriesian_1M13():
3939 long_description = long_description ,
4040 populations = populations ,
4141 citations = citations ,
42- generation_time = _species . generation_time ,
42+ generation_time = 5 ,
4343 mutation_rate = 0.94e-8 ,
4444 recombination_rate = 1e-8 ,
4545 population_configurations = [
@@ -146,7 +146,7 @@ def _HolsteinFriesian_1B16():
146146 long_description = long_description ,
147147 populations = populations ,
148148 citations = citations ,
149- generation_time = _species . generation_time ,
149+ generation_time = 5 ,
150150 mutation_rate = 1e-8 ,
151151 recombination_rate = 3.66e-9 ,
152152 population_configurations = [
@@ -283,7 +283,7 @@ def _Fleckvieh_1B16():
283283 long_description = long_description ,
284284 populations = populations ,
285285 citations = citations ,
286- generation_time = _species . generation_time ,
286+ generation_time = 5 ,
287287 mutation_rate = 1e-8 ,
288288 recombination_rate = 3.89e-9 ,
289289 population_configurations = [
@@ -417,7 +417,7 @@ def _Jersey_1B16():
417417 long_description = long_description ,
418418 populations = populations ,
419419 citations = citations ,
420- generation_time = _species . generation_time ,
420+ generation_time = 5 ,
421421 mutation_rate = 1e-8 ,
422422 recombination_rate = 4.58e-9 ,
423423 population_configurations = [
@@ -554,7 +554,7 @@ def _Angus_1B16():
554554 long_description = long_description ,
555555 populations = populations ,
556556 citations = citations ,
557- generation_time = _species . generation_time ,
557+ generation_time = 5 ,
558558 mutation_rate = 1e-8 ,
559559 recombination_rate = 5.00e-9 ,
560560 population_configurations = [
0 commit comments