Talk:Welch's t-test: Difference between revisions

Line 1,297:
AttributeError: 'module' object has no attribute 'array'
</bash>--~~~~
 
:Mmm. It looks like you are giving your programs the same names as the modules you are importing. Bad idea: Python will look first in the current directory, and guess what it will import when you do "import numpy"? ~~~~
1,336

edits