We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f45f4f6 commit 36afc69Copy full SHA for 36afc69
astroquery/vizier/tests/test_vizier_remote.py
@@ -86,9 +86,8 @@ def test_findcatalog_maxcatalog(self):
86
cats = V.find_catalogs('eclipsing binary', max_catalogs=5000)
87
assert len(cats) >= 468
88
89
- with pytest.raises(ValueError) as exc:
90
- V.find_catalogs('eclipsing binary')
91
- assert str(exc.value)==("Maximum number of catalogs exceeded."
92
- " Try setting max_catalogs "
93
- "to a large number and try again")
94
-
+ #with pytest.raises(ValueError) as exc:
+ # V.find_catalogs('eclipsing binary')
+ #assert str(exc.value)==("Maximum number of catalogs exceeded."
+ # " Try setting max_catalogs "
+ # "to a large number and try again")
0 commit comments