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 f35dd0a commit 1aa4d0f
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 @@ -434,7 +434,7 @@ julia> msa = rand(Random.MersenneTwister(37), Residue, 3, 4)
G G R V
julia> mi = mutual_information(msa)
4×4 Named PairwiseListMatrices.PairwiseListMatrix{Float64, false, Vector{Float64}}
4×4 Named PairwiseListMatrix{Float64, false, Vector{Float64}}
Col1 ╲ Col2 │ 1 2 3 4
────────────┼───────────────────────────────────
1 │ NaN 1.09861 1.09861 1.09861
Expand Down

0 comments on commit 1aa4d0f

Please sign in to comment.