diff --git a/cxotime/tests/test_utils.py b/cxotime/tests/test_utils.py index 2eaa995..a26d3b1 100644 --- a/cxotime/tests/test_utils.py +++ b/cxotime/tests/test_utils.py @@ -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