Skip to content

Commit

Permalink
Update example model
Browse files Browse the repository at this point in the history
  • Loading branch information
bodkan committed Oct 28, 2024
1 parent b344750 commit 0639cb0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/extdata/models/introgression/script.slim
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ function (i) tick(i model_time) {
stop("Some of the times fall outside of the range of the slendr model:\n" +
" - oldest possible event: " + oldest_event + "\n" +
" - youngest possible event: " + youngest_event + "\n\n" +
"The offending times were: " + paste(time[invalid_time], sep = ", "));
"The offending times were: " + paste(model_time[invalid_time], sep = ", "));
}

return(tick_time);
Expand Down
Binary file modified inst/extdata/models/introgression_msprime.trees
Binary file not shown.
Binary file modified inst/extdata/models/introgression_slim.trees
Binary file not shown.
Binary file modified inst/extdata/models/msprime.trees
Binary file not shown.

0 comments on commit 0639cb0

Please sign in to comment.