From 8a1d85446fd0e74e176a9f69972e15e5107e7e29 Mon Sep 17 00:00:00 2001 From: JulienT01 Date: Wed, 13 Aug 2025 10:55:29 +0200 Subject: [PATCH 1/2] remove "beta" (early accept moved to new branch) --- docs/tutorials.md | 1 - docs/user_guide.md | 1 - 2 files changed, 2 deletions(-) diff --git a/docs/tutorials.md b/docs/tutorials.md index cde9077..af00348 100644 --- a/docs/tutorials.md +++ b/docs/tutorials.md @@ -71,7 +71,6 @@ Options: -B, --n-permutations INTEGER Number of random permutations. [default: 10000] --alpha FLOAT Type I error. [default: 0.05] - --beta FLOAT early accept parameter. [default: 0.0] --seed INTEGER Random seed. --compare-to-first Compare all algorithms to the first algorithm. --help Show this message and exit. diff --git a/docs/user_guide.md b/docs/user_guide.md index 30a7294..66b37bb 100644 --- a/docs/user_guide.md +++ b/docs/user_guide.md @@ -78,7 +78,6 @@ Options: --n-groups INTEGER Number of groups. [default: 5] --n-permutations INTEGER Number of random permutations. [default: 10000] --alpha FLOAT Type I error. [default: 0.05] - --beta FLOAT early accept parameter. [default: 0.0] --seed INTEGER Random seed. --compare-to-first Compare all algorithms to the first algorithm. --help Show this message and exit. From c78bf9f46077e9f28fb94b181e44adacf4d67c28 Mon Sep 17 00:00:00 2001 From: JulienT01 Date: Wed, 13 Aug 2025 10:59:31 +0200 Subject: [PATCH 2/2] typo --- docs/tutorials.md | 2 +- docs/tutorials.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials.md b/docs/tutorials.md index af00348..da16c76 100644 --- a/docs/tutorials.md +++ b/docs/tutorials.md @@ -171,7 +171,7 @@ The process stops when all the comparisons are decided. ## Analysis of AdaStop results – plot and status commands ```bash -adastop plot . tesult.pdf +adastop plot . result.pdf ``` ![img](../examples/plot_result.png) diff --git a/docs/tutorials.org b/docs/tutorials.org index db09d1b..914d567 100644 --- a/docs/tutorials.org +++ b/docs/tutorials.org @@ -103,7 +103,7 @@ The process stops when all the comparisons are decided. ** Analysis of AdaStop results -- plot and status commands #+begin_src bash :session *shell* :results verbatim :exports both -adastop plot . tesult.pdf +adastop plot . result.pdf #+end_src [[../examples/plot_result.png]]