summaryrefslogtreecommitdiff
path: root/scipy/base/numeric.py
diff options
context:
space:
mode:
Diffstat (limited to 'scipy/base/numeric.py')
-rw-r--r--scipy/base/numeric.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scipy/base/numeric.py b/scipy/base/numeric.py
index e0ccf41dc..8d7f0aad3 100644
--- a/scipy/base/numeric.py
+++ b/scipy/base/numeric.py
@@ -20,6 +20,7 @@ where = multiarray.where
concatenate = multiarray.concatenate
fastCopyAndTranspose = multiarray._fastCopyAndTranspose
register_dtype = multiarray.register_dtype
+can_cast = multiarray.can_cast
def asarray(a, dtype=None):
"""asarray(a,dtype=None) returns a as a NumPy array. Unlike array(),