Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
nossleinad committed May 24, 2024
1 parent 179b566 commit bea2e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/models.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ lazyprep!(tree, [eq_partition])
By this slight modification, we go from initializing and using 212 partitions to 7 during the subsequent `log_likelihood!` calls. There is no significant decrease in performance recorded from this switch.

##### Example 2: Initializing for a downward pass
Now, we show how to wrap the `GaussianPartition`s from [Quick example](../../README.md#quick-example-likelihood-calculations-under-phylogenetic-brownian-motion) with `LazyPartition`:
Now, we show how to wrap the `GaussianPartition`s from [Quick example](https://github.com/nossleinad/MolecularEvolution.jl/blob/LazyPartition/README.md#quick-example-likelihood-calculations-under-phylogenetic-brownian-motion) with `LazyPartition`:
You simply swap out this line of code
```julia
internal_message_init!(tree, GaussianPartition())
Expand Down

0 comments on commit bea2e1f

Please sign in to comment.