Skip to content

Commit

Permalink
updated TESScut tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerapritchard committed Apr 2, 2024
1 parent 85aca61 commit 7ea681c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -624,4 +624,8 @@ def test_tesscut():
#@pytest.mark.remote_data
def test_tesscut():
"""Can we find and download TESS tesscut tpfs"""
assert len(TESSSearch("Kepler 16b", hlsp=False, sector=14)) == 9
assert len(TESSSearch("Kepler 16b", hlsp=False, sector=14).cubedata() == 2)



0 comments on commit 7ea681c

Please sign in to comment.