Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 6, 2024
1 parent 98e2920 commit 81b9ed5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pertpy/tools/_coda/_base_coda.py
Original file line number Diff line number Diff line change
Expand Up @@ -1864,7 +1864,7 @@ def plot_draw_tree( # pragma: no cover
>>> )
>>> tasccoda.run_nuts(mdata, num_samples=1000, num_warmup=100, rng_key=42)
>>> tasccoda.plot_draw_tree(mdata, tree="lineage")
Preview:
.. image:: /_static/docstring_previews/tasccoda_draw_tree.png
"""
Expand Down Expand Up @@ -1956,9 +1956,9 @@ def plot_draw_effects( # pragma: no cover
>>> )
>>> tasccoda.run_nuts(mdata, num_samples=1000, num_warmup=100, rng_key=42)
>>> tasccoda.plot_draw_effects(mdata, covariate="Health[T.Inflamed]", tree="lineage")
Preview:
.. image:: /_static/docstring_previews/tasccoda_draw_effects.png
.. image:: /_static/docstring_previews/tasccoda_draw_effects.png
"""
try:
from ete3 import CircleFace, NodeStyle, TextFace, Tree, TreeStyle, faces
Expand Down

0 comments on commit 81b9ed5

Please sign in to comment.