Skip to content

Commit

Permalink
chore: remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-murray committed Sep 5, 2023
1 parent d113c49 commit 89abe8f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hera_cal/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1671,9 +1671,6 @@ def get_first_file_in_range(meta_list, jd_range: Tuple[float, float]) -> int:
return best_index

try:
# We subtract one, because the file before the first file in the range
# may just get into the range by a tiny bit, and we allow the user to test
# that out later.
first_file = get_first_file_in_range(metadata_list, (jdstart, jdend))
except ValueError:
return [[] for _ in range(len(lst_edges) - 1)]

Check warning on line 1676 in hera_cal/utils.py

View check run for this annotation

Codecov / codecov/patch

hera_cal/utils.py#L1676

Added line #L1676 was not covered by tests
Expand Down

0 comments on commit 89abe8f

Please sign in to comment.