Skip to content

Commit

Permalink
use 'agc is None' instead of 'agc == None'
Browse files Browse the repository at this point in the history
  • Loading branch information
alteholz committed Nov 27, 2023
1 parent 7cc57ec commit a681d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astroquery/alfalfa/tests/test_alfalfa.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ def test_alfalfa_crossID(patch_get, patch_get_readable_fileobj, coords=coords):
agc = ALFALFA.query_region(coordsOC, optical_counterpart=False)
assert agc == 12920
agc = ALFALFA.query_region(coordsOC, optical_counterpart=False, radius='0 arcmin')
assert agc == None
assert agc is None

0 comments on commit a681d3f

Please sign in to comment.