Skip to content

Commit

Permalink
Fix flake8 lint
Browse files Browse the repository at this point in the history
  • Loading branch information
currocam committed Jun 21, 2024
1 parent bc9b7cf commit 49dd346
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions python/tskit/trees.py
Original file line number Diff line number Diff line change
Expand Up @@ -1696,9 +1696,10 @@ def span(self):
@property
def mid(self):
"""
Returns the midpoint of the genomic interval that this tree represents the history of.
This is defined as :math:`(l + (r - l) / 2)`, where :math:`(l, r)` is the genomic
interval returned by :attr:`~Tree.interval`.
Returns the midpoint of the genomic interval that this tree represents
the history of. This is defined as :math:`(l + (r - l) / 2)`, where
:math:`(l, r)` is the genomic interval returned by
:attr:`~Tree.interval`.
:return: The genomic distance covered by this tree.
:rtype: float
Expand Down

0 comments on commit 49dd346

Please sign in to comment.