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 Dec 22, 2023
1 parent 35a2716 commit b223a7e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/summarizedexperiment/RangedSummarizedExperiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def get_rowranges(self) -> GRangesOrGRangesList:
def set_rowranges(
self, row_ranges: Optional[GRangesOrGRangesList], in_place: bool = False
):
"""Set new genomic features
"""Set new genomic features.
Args:
row_ranges:
Expand Down Expand Up @@ -263,8 +263,7 @@ def row_ranges(self, row_ranges: GRangesOrGRangesList) -> None:

@property
def end(self) -> np.ndarray:
"""Get genomic end positions for each feature
or row in experimental data.
"""Get genomic end positions for each feature or row in experimental data.
Returns:
A :py:class:`numpy.ndarray` of end positions.
Expand All @@ -273,8 +272,7 @@ def end(self) -> np.ndarray:

@property
def start(self) -> np.ndarray:
"""Get genomic start positions for each feature
or row in experimental data.
"""Get genomic start positions for each feature or row in experimental data.
Returns:
A :py:class:`numpy.ndarray` of start positions.
Expand Down

0 comments on commit b223a7e

Please sign in to comment.