Skip to content

Commit

Permalink
Mention raises in range smapler
Browse files Browse the repository at this point in the history
  • Loading branch information
Oxid15 committed Dec 16, 2022
1 parent 0cd6b94 commit 271933d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cascade/data/range_sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ def __init__(
Stop index in range - excluded
step: int, optional
Step of range
Raises
------
ValueError: when no start or stop present or
when parameters given produce empty dataset
"""

# Check if can build range
Expand Down

0 comments on commit 271933d

Please sign in to comment.