File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
astroquery/ipac/irsa/tests Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,17 +72,17 @@ def test_list_columns(self):
72
72
def test_list_catalogs (self ):
73
73
catalogs = Irsa .list_catalogs ()
74
74
# Number of available catalogs may change over time, test only for significant drop.
75
- # (at the time of writing there are 645 tables in the list).
76
- assert len (catalogs ) > 640
75
+ # (at the time of writing there are 521 catalogs in the list).
76
+ assert len (catalogs ) > 520
77
77
assert isinstance (catalogs , dict )
78
78
79
79
catalogs_full = Irsa .list_catalogs (full = True )
80
80
assert isinstance (catalogs_full , Table )
81
81
82
82
def test_list_catalogs_filter (self ):
83
- spitzer_catalogs = Irsa .list_catalogs (filter = 'allwise' )
83
+ allwise_catalogs = Irsa .list_catalogs (filter = 'allwise' )
84
84
85
- assert len (spitzer_catalogs ) == 13
85
+ assert len (allwise_catalogs ) == 4
86
86
87
87
def test_list_catalogs_metadata (self ):
88
88
catalogs = Irsa .list_catalogs (filter = 'wise' )
You can’t perform that action at this time.
0 commit comments