Skip to content

Commit

Permalink
Changes to Test_Data
Browse files Browse the repository at this point in the history
  • Loading branch information
canavarrete01 committed Nov 19, 2024
1 parent 0601763 commit 2e1acd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def test_spectra(db):

regime = "nir"
t = db.query(db.Spectra).filter(db.Spectra.c.regime == regime).astropy()
assert len(t) == 578, f"found {len(t)} spectra in the {regime} regime"
assert len(t) == 582, f"found {len(t)} spectra in the {regime} regime"

regime = "mir"
t = db.query(db.Spectra).filter(db.Spectra.c.regime == regime).astropy()
Expand Down

0 comments on commit 2e1acd2

Please sign in to comment.