[Numpy-discussion] histogram gives meaningless results with non-finite range

2015-11-03 Thread Luke Zoltan Kelley
This came up in [a matplotlib issue](https://github.com/matplotlib/matplotlib/issues/5221): >>> np.histogram(np.arange(10), range=(0.0, np.inf)) (array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), array([ nan, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf])) >>> np.histogram(np.arange(10),

Re: [Numpy-discussion] [SciPy-Dev] Setting up a dev environment with conda

2015-10-18 Thread Luke Zoltan Kelley
Thanks for the help Nathaniel --- but building via `./runtests.py` is failing in the same way. Hopefully Numpy-discussion can help me out. I'm able to build using `python setup.py build_ext --inplace` but both trying to run `python setup.py install` or `./runtests.py` leads to the following

Re: [Numpy-discussion] [SciPy-Dev] Setting up a dev environment with conda

2015-10-18 Thread Luke Zoltan Kelley
/build/testenv/lib64/python2.7/site-packages/numpy/__init__.pyc'> > > If you see something not starting with 'numpy/build', then it is again > pointing at PYTHONPATH. > > I hope these helps. > > Best, > > - Yu > > On Sun, Oct 18, 2015 at 1:25 PM, Lu

Re: [Numpy-discussion] [SciPy-Dev] Setting up a dev environment with conda

2015-10-18 Thread Luke Zoltan Kelley
I tried cleaning the git dir, and trying again. It still didn't work giving me the report: == ERROR: test_scripts.test_f2py -- Traceback (most recent call