Skip to content

Commit

Permalink
Remove explicit CxoTime on at least one test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanconn committed Sep 25, 2024
1 parent b033266 commit ba24bfa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cxotime/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
],
)
def test_get_range_in_chunks(start, stop, dt_max, expected_len, expected_values):
start = CxoTime(start)
stop = CxoTime(stop)
result = get_range_in_chunks(start, stop, dt_max)

# Confirm that the time intervals are uniform if there is any interval
Expand Down

0 comments on commit ba24bfa

Please sign in to comment.