Skip to content

Commit

Permalink
trying to avoid duplication between remote/local tests
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyrss committed Dec 16, 2021
1 parent cf91e6d commit 27ad069
Show file tree
Hide file tree
Showing 51 changed files with 30,010 additions and 207 deletions.
196 changes: 0 additions & 196 deletions README.rst

This file was deleted.

2 changes: 1 addition & 1 deletion astroquery/heasarc/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def query_mission_cols(self, mission, cache=True, get_query_payload=False,
All other parameters have no effect
"""

response = self.query_region_async(position=coordinates.SkyCoord(0.0, 0.0, unit='deg'),
response = self.query_region_async(position=coordinates.SkyCoord(10, 10, unit='deg', frame='fk5'),
mission=mission,
radius='361 degree',
cache=cache,
Expand Down
Loading

0 comments on commit 27ad069

Please sign in to comment.