Skip to content

Commit

Permalink
adding missing numpy import
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorris3 committed Nov 12, 2017
1 parent 39dc5ee commit ab2ab28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ You can predict the number of times Gaia will observe a given star with
>>> from mrspoc import Nprime_fov
>>> import astropy.units as u
>>> import numpy as np
>>> b = np.arange(0, 90, 10) * u.deg
>>> print(Nprime_fov(b)) # doctest: +FLOAT_CMP
Expand Down

0 comments on commit ab2ab28

Please sign in to comment.