Skip to content

Commit

Permalink
Codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
rosteen committed Apr 23, 2024
1 parent 0791688 commit 2dfc46c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions specutils/tests/test_regions.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ def test_from_list_list():
for i, reg in enumerate(expected):
assert_quantity_allclose(reg, (spec_reg[i].lower, spec_reg[i].upper))


def test_read_write():
sr = SpectralRegion([(0.45*u.um, 0.6*u.um), (0.8*u.um, 0.9*u.um)])
sr.write("test_sr.ecsv")
Expand Down

0 comments on commit 2dfc46c

Please sign in to comment.