halotools
halotools copied to clipboard
galcat_analysis basic examples ipython notebooks missing numpy include
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