richelbilderbeek / raket

What is the error we make, when nature has protracted speciation, and inference ignore this?
GNU General Public License v3.0
0 stars 0 forks source link

Safeguard against CBS #34

Closed richelbilderbeek closed 5 years ago

richelbilderbeek commented 5 years ago
 raket_params <- create_test_raket_params()
>   raket_params$sampling_method <- "random"
>   out <- rkt_run(raket_params = raket_params)
Error in pirouette::pir_run(phylogeny = true_phylogeny, pir_params = raket_params$pir_params) : 
  Too few taxa to use a Coalescent Bayesian Skyline tree prior
Called from: pirouette::pir_run(phylogeny = true_phylogeny, pir_params = raket_params$pir_params)
Browse[1]> 
richelbilderbeek commented 5 years ago

Done!