Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
gregreen committed May 8, 2019
2 parents 99e916a + 0c4ce62 commit 1a13376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ Here's the result:
Querying the web server
~~~~~~~~~~~~~~~~~~~~~~~
-----------------------

Some of the maps included in this package are large, and can take up a lot
of memory, or be slow to load. To make it easier to work with these maps,
Expand Down Expand Up @@ -454,7 +454,7 @@ interface takes the same arguments as the local interface:
d = [500., 3500., 1000.] * u.pc
coords = SkyCoord(l, b, distance=d, frame='galactic')
q = BayestarWebQuery()
q = BayestarWebQuery(version='bayestar2019')
E = q(coords, mode='median')
print(E)
Expand Down

0 comments on commit 1a13376

Please sign in to comment.