Skip to content

Commit

Permalink
DOC: fixed doctring for bootstrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
YapengLang committed Nov 8, 2024
1 parent 60a0df8 commit 8d82f74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/piqtree2/iqtree/_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ def build_tree(
The random seed - 0 or None means no seed, by default None.
bootstrap_replicates : int, optional
The number of bootstrap replicates to perform, by default 0.
At least 1000 is recommended.
If 0 is provided, then no bootstrapping is performed.
At least 1000 is required to perform bootstrapping.
Returns
-------
Expand Down

0 comments on commit 8d82f74

Please sign in to comment.