Skip to content

Commit

Permalink
Add filter to jldoctest string
Browse files Browse the repository at this point in the history
  • Loading branch information
gragusa committed Dec 11, 2024
1 parent 4fb18df commit 56d81ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ julia> round(deviance(gm1), digits=5)

In this example, we choose the best model from a set of λs, based on minimum BIC.

```jldoctest
```jldoctest; filter = r"(\d*)\.(\d{7})\d+" => s"\1.\2***"
julia> using GLM, RDatasets, StatsBase, DataFrames, Optim
julia> trees = DataFrame(dataset("datasets", "trees"));
Expand Down

0 comments on commit 56d81ae

Please sign in to comment.