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 d96836c commit a59333dCopy full SHA for a59333d
astroquery/eso/tests/test_eso_remote.py
@@ -54,7 +54,6 @@ def test_query_tap_service(self):
54
assert len(t) > 0, "Table length is zero"
55
assert len(t) == eso.ROW_LIMIT, f"Table length is {lt}, expected {eso.ROW_LIMIT}"
56
57
-
58
@pytest.mark.filterwarnings("ignore::pyvo.dal.exceptions.DALOverflowWarning")
59
def test_row_limit(self):
60
eso = Eso()
0 commit comments