From 41496b7356906d31b61c2f208e622eb4bd0c2ec2 Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Tue, 31 Jan 2006 21:02:19 +0000 Subject: Change arrtype --> sctype so that dtype is given pre-eminance in determining array type. --- numpy/core/oldnumeric.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/core/oldnumeric.py') diff --git a/numpy/core/oldnumeric.py b/numpy/core/oldnumeric.py index 38c35ee49..797ac1087 100644 --- a/numpy/core/oldnumeric.py +++ b/numpy/core/oldnumeric.py @@ -34,7 +34,7 @@ from numeric import asarray, array, correlate, outer, concatenate from umath import sign, absolute, multiply import numeric as _nx import sys -_dt_ = nt.arrtype2char +_dt_ = nt.sctype2char import types -- cgit v1.2.1