Skip to content

Commit

Permalink
Merge pull request #68 from adolgert/docs/shorten-birth-example
Browse files Browse the repository at this point in the history
Docs/shorten birth example
  • Loading branch information
adolgert authored May 29, 2024
2 parents b96a96a + 5578bad commit 9a2ed10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ jobs:
fail-fast: false
matrix:
version:
- '1.8'
- '1.9'
- '^1.10.0-0'
os:
- ubuntu-latest
- macOS-latest
- windows-latest
arch:
- x64
steps:
Expand Down
8 changes: 2 additions & 6 deletions docs/src/constant_birth.jl
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,8 @@ function multiple_runs(trial_cnt = 20, max_step = 1000)
std(trials) / single_expected)
end

multiple_runs(20, 100)
multiple_runs(5, 100)

#-

multiple_runs(20, 1000)

#-

multiple_runs(20, 10000)
multiple_runs(5, 200)

0 comments on commit 9a2ed10

Please sign in to comment.