Skip to content

Commit

Permalink
Fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
diegozea committed Jul 30, 2024
1 parent 8e82a17 commit 7d687f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Information/InformationMeasures.jl
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ julia> msa = rand(Random.MersenneTwister(37), Residue, 3, 4)
julia> mi = mutual_information(msa);
julia> mi[1, 2]
1.09861
1.0986122886681098
```
"""
Expand Down

0 comments on commit 7d687f2

Please sign in to comment.