halotools icon indicating copy to clipboard operation
halotools copied to clipboard

galcat_analysis basic examples ipython notebooks missing numpy include

Open dougbenjamin opened this issue 8 years ago • 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

dougbenjamin avatar Dec 07 '17 23:12 dougbenjamin