Skip to content

Commit

Permalink
Fix isdc test_mission_list
Browse files Browse the repository at this point in the history
  • Loading branch information
nkphysics committed May 27, 2024
1 parent 4a1ed69 commit 9a81316
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions astroquery/heasarc/tests/test_heasarc_remote_isdc.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,10 @@ def test_mission_list(self):
with self.isdc_context:
missions = heasarc.query_mission_list()

# Assert that there are indeed a large number of tables
# Number of tables could change, but should be > 900 (currently 956)
assert len(missions) == 5
# Assert that there are indeed numerous tables from ISDC
# Qunatity of tables could change due to breakdown of the descriptions
# Accessing via isdc returns only Integral related tables from HEASARC
assert len(missions) >= 5

def test_mission_cols(self):
heasarc = Heasarc()
Expand Down

0 comments on commit 9a81316

Please sign in to comment.