Skip to content

Commit

Permalink
update func name
Browse files Browse the repository at this point in the history
  • Loading branch information
eaton-lab committed Feb 9, 2025
1 parent a4b6d7e commit 43155f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/phylogenetic_signal.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
"tree = toytree.rtree.unittree(ntips=20, treeheight=10.0, seed=123)\n",
"\n",
"# generate two traits under BM model and store to tree\n",
"tree.pcm.simulate_continuous_brownian(rates=[5.5, 0.05], seed=123, tips_only=True, inplace=True)\n",
"tree.pcm.simulate_continuous_bm(rates=[5.5, 0.05], seed=123, tips_only=True, inplace=True)\n",
"\n",
"# generate a random uniform trait (i.e., not evolved under BM)\n",
"uniform = np.random.default_rng(seed=123).uniform(-50, 50, size=tree.ntips)\n",
Expand Down

0 comments on commit 43155f6

Please sign in to comment.