Skip to content

Commit

Permalink
Remove some more chunks references that Tom doesn't like
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanconn committed Oct 15, 2024
1 parent 8a91bde commit 566ee5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cxotime/cxotime.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,12 @@ def linspace(
num : int | None
Number of time bins.
step_max : u.Quantity (timelike)
Maximum time interval for each chunk. Should be positive nonzero.
Maximum time interval step.. Should be positive nonzero.
Returns
-------
CxoTime
CxoTime with time bin edges for each chunk.
CxoTime with time bin edges for each interval.
"""
start = CxoTime(start)
stop = CxoTime(stop)
Expand Down

0 comments on commit 566ee5f

Please sign in to comment.