Skip to content

Commit

Permalink
Remove stray comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanconn committed Oct 15, 2024
1 parent 63bc3d2 commit bcccd21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cxotime/tests/test_cxotime_linspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ def test_linspace_negative_range():
assert np.all(result == CxoTime(expected_values))


# Add a test that shows that the time range is covered even if the time range is less than dt_max
def test_linspace_big_step():
"""Test that the result is correct when the step is larger than the range."""
start = CxoTime("2020:001")
Expand Down

0 comments on commit bcccd21

Please sign in to comment.