Skip to content

Commit

Permalink
Specified Bayestar version in example.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregreen committed May 8, 2019
1 parent 902b42d commit 0c4ce62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples.rst
Original file line number Diff line number Diff line change
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 0c4ce62

Please sign in to comment.