diff --git a/main/_images/sec_catalog_anapla_models_mallardblackduck_2l19.png b/main/_images/sec_catalog_anapla_models_mallardblackduck_2l19.png index 3d295e4..421a482 100644 Binary files a/main/_images/sec_catalog_anapla_models_mallardblackduck_2l19.png and b/main/_images/sec_catalog_anapla_models_mallardblackduck_2l19.png differ diff --git a/main/_images/sec_catalog_homsap_models_americanadmixture_4b11.png b/main/_images/sec_catalog_homsap_models_americanadmixture_4b11.png index 2e41056..ed337ac 100644 Binary files a/main/_images/sec_catalog_homsap_models_americanadmixture_4b11.png and b/main/_images/sec_catalog_homsap_models_americanadmixture_4b11.png differ diff --git a/main/_images/sec_catalog_homsap_models_outofafrica_2t12.png b/main/_images/sec_catalog_homsap_models_outofafrica_2t12.png index c67e161..bda275a 100644 Binary files a/main/_images/sec_catalog_homsap_models_outofafrica_2t12.png and b/main/_images/sec_catalog_homsap_models_outofafrica_2t12.png differ diff --git a/main/_images/sec_catalog_homsap_models_outofafrica_3g09.png b/main/_images/sec_catalog_homsap_models_outofafrica_3g09.png index b740a51..6aa1355 100644 Binary files a/main/_images/sec_catalog_homsap_models_outofafrica_3g09.png and b/main/_images/sec_catalog_homsap_models_outofafrica_3g09.png differ diff --git a/main/_images/sec_catalog_homsap_models_outofafrica_4j17.png b/main/_images/sec_catalog_homsap_models_outofafrica_4j17.png index dda1727..65fdcbf 100644 Binary files a/main/_images/sec_catalog_homsap_models_outofafrica_4j17.png and b/main/_images/sec_catalog_homsap_models_outofafrica_4j17.png differ diff --git a/main/_images/sec_catalog_homsap_models_outofafricaarchaicadmixture_5r19.png b/main/_images/sec_catalog_homsap_models_outofafricaarchaicadmixture_5r19.png index beea8f9..f454670 100644 Binary files a/main/_images/sec_catalog_homsap_models_outofafricaarchaicadmixture_5r19.png and b/main/_images/sec_catalog_homsap_models_outofafricaarchaicadmixture_5r19.png differ diff --git a/main/_images/sec_catalog_homsap_models_outofafricaextendedneandertaladmixturepulse_3i21.png b/main/_images/sec_catalog_homsap_models_outofafricaextendedneandertaladmixturepulse_3i21.png index 82d39bf..1209a43 100644 Binary files a/main/_images/sec_catalog_homsap_models_outofafricaextendedneandertaladmixturepulse_3i21.png and b/main/_images/sec_catalog_homsap_models_outofafricaextendedneandertaladmixturepulse_3i21.png differ diff --git a/main/_images/sec_catalog_homsap_models_papuansoutofafrica_10j19.png b/main/_images/sec_catalog_homsap_models_papuansoutofafrica_10j19.png index 27f2ee3..f787d35 100644 Binary files a/main/_images/sec_catalog_homsap_models_papuansoutofafrica_10j19.png and b/main/_images/sec_catalog_homsap_models_papuansoutofafrica_10j19.png differ diff --git a/main/_images/sec_catalog_orysat_models_bottleneckmigration_3c07.png b/main/_images/sec_catalog_orysat_models_bottleneckmigration_3c07.png index d75ce8c..f09a894 100644 Binary files a/main/_images/sec_catalog_orysat_models_bottleneckmigration_3c07.png and b/main/_images/sec_catalog_orysat_models_bottleneckmigration_3c07.png differ diff --git a/main/_images/sec_catalog_pantro_models_bonoboghost_4k19.png b/main/_images/sec_catalog_pantro_models_bonoboghost_4k19.png index c57d6da..dd419c1 100644 Binary files a/main/_images/sec_catalog_pantro_models_bonoboghost_4k19.png and b/main/_images/sec_catalog_pantro_models_bonoboghost_4k19.png differ diff --git a/main/_images/sec_catalog_ponabe_models_twospecies_2l11.png b/main/_images/sec_catalog_ponabe_models_twospecies_2l11.png index b3e41ca..9e49619 100644 Binary files a/main/_images/sec_catalog_ponabe_models_twospecies_2l11.png and b/main/_images/sec_catalog_ponabe_models_twospecies_2l11.png differ diff --git a/main/_modules/stdpopsim/slim_engine.html b/main/_modules/stdpopsim/slim_engine.html index e1a3cc5..6a7df31 100644 --- a/main/_modules/stdpopsim/slim_engine.html +++ b/main/_modules/stdpopsim/slim_engine.html @@ -172,7 +172,7 @@

Source code for stdpopsim.slim_engine

 _slim_lower = """
     defineConstant("N", asInteger(_N/Q));
 
-    initializeTreeSeq();
+    initializeTreeSeq(timeUnit="generations");
     initializeRecombinationRate(recombination_rates, recombination_ends);
 }
 
@@ -1792,7 +1792,7 @@ 

Source code for stdpopsim.slim_engine

             slim_path = self.slim_path()
 
         # SLiM v3.6 sends `stop()` output to stderr, which we rely upon.
-        self._assert_min_version("3.6", slim_path)
+        self._assert_min_version("4.0", slim_path)
 
         slim_cmd = [slim_path]
         if seed is not None: