astropy/halotools

galcat_analysis basic examples ipython notebooks missing numpy include

Opened this issue · 0 comments

All basic examples notebooks use numpy but there is not a numpy import line.

all examples :
halotools/docs/notebooks/galcat_analysis/basic_examples/galaxy_catalog_analysis_tutorial*.ipynb

call numpy routes as np.somefunction
They are missing the line:

import numpy as np