[Numpy-discussion] Running numpy.test() after pip install

2021-09-28 Thread Bennet Fauber
I just installed NumPy using pip and Python 3.9.7 on CentOS 7.9. Installation went fine, but when I ran >>> import numpy >>> numpy.test() I got a traceback, and this summary. === short test summary info ERROR - ModuleNotFoundError: No module

Re: [Numpy-discussion] Documentation Team Meeting - Monday April 27

2020-05-05 Thread Bennet Fauber
I added a link to the NumPy regression example tutorial I created to the HackMD document near the bottom of the notes for the last meeting. It is quite long, a function of it being based on material for several one-hour, hands-on training sessions for very beginning Python users (about half the cl

Re: [Numpy-discussion] Google Season of Docs Ideas

2020-04-27 Thread Bennet Fauber
I think I would add to this categorization which science 'domain' or area. Researchers's needs from agriculture and sociology may differ much more from each other than educators's and researchers's needs within those field differ from each other. So, if there is an up-and-coming area of study tha

Re: [Numpy-discussion] np.genfromtxt StopIteration Error

2019-10-11 Thread Bennet Fauber
that i am a Chemist, not an IT person. I used to be a > marginally proficient FORTRAN II user in the ancient past. > > I tried running your code. Please see my comments/questing below: > > On 10/11/2019 01:12 PM, Bennet Fauber wrote: > > I think genfromtxt() wants a filename as the

Re: [Numpy-discussion] np.genfromtxt StopIteration Error

2019-10-11 Thread Bennet Fauber
I think genfromtxt() wants a filename as the first argument, and you have to tell it the entries in the file are strings not numerics. test.py -- import os import glob import numpy as np fileList = [] filesList = [] for files in glob.glob("*.log"): fil

Re: [Numpy-discussion] [SciPy-Dev] Season of Docs - welcome Anne, Maja, Brandon

2019-08-08 Thread Bennet Fauber
I can offer some time for alpha or beta reading and proofreading. I have experience as a proofreader, copy editor (American Statistical Association), and mathematical typesetter (Wiley, Academic Press, Addison-Wesley, et al.). I've taught statistical software workshops, (very) introductory python