Skip to content

Commit 57f45c6

Browse files
committed
I don't entirely agree with PEP8-261... but I'll give in
1 parent b197e5a commit 57f45c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/vizier/tests/test_vizier_remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def test_findcatalog_ucd(self):
131131
ucdresult = V(ucd='time.age*').find_catalogs('eclipsing binary', max_catalogs=5000)
132132
result = V.find_catalogs('eclipsing binary', max_catalogs=5000)
133133

134-
assert len(ucdresult) >= 12 # count as of 1/15/2018
134+
assert len(ucdresult) >= 12 # count as of 1/15/2018
135135
assert len(result) >= 628
136136
# important part: we're testing that UCD is parsed and some catalogs are ruled out
137137
assert len(ucdresult) < len(result)

0 commit comments

Comments
 (0)