summaryrefslogtreecommitdiff
path: root/numpy/random/mtrand/generate_mtrand_c.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-07-25 22:06:02 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-07-25 22:06:02 +0000
commit9bda193417b278dce14c22b1ac5c8bc1a6717365 (patch)
tree3d5139771323e3cd612ce864f01a356b6219e832 /numpy/random/mtrand/generate_mtrand_c.py
parente116574cde770234beffaf2be6cd542472679313 (diff)
downloadnumpy-9bda193417b278dce14c22b1ac5c8bc1a6717365.tar.gz
Add broadcasting behavior to random-number generators. Fix cholesky to keep matrix return.
Diffstat (limited to 'numpy/random/mtrand/generate_mtrand_c.py')
-rw-r--r--numpy/random/mtrand/generate_mtrand_c.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/random/mtrand/generate_mtrand_c.py b/numpy/random/mtrand/generate_mtrand_c.py
index 3f440985f..29859c533 100644
--- a/numpy/random/mtrand/generate_mtrand_c.py
+++ b/numpy/random/mtrand/generate_mtrand_c.py
@@ -8,7 +8,6 @@ unused_internal_funcs = ['__Pyx_PrintItem',
'__Pyx_ReRaise',
'__Pyx_GetExcValue',
'__Pyx_ArgTypeTest',
- '__Pyx_TypeTest',
'__Pyx_SetVtable',
'__Pyx_GetVtable',
'__Pyx_CreateClass']