From 8c663313de36e860bbfea0909de181d330bfdfc7 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Sun, 20 Apr 2008 11:49:35 +0000 Subject: ran reindent in preparation for the 1.1 release --- numpy/lib/index_tricks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/lib/index_tricks.py') diff --git a/numpy/lib/index_tricks.py b/numpy/lib/index_tricks.py index 22b8ef388..2039d5b5e 100644 --- a/numpy/lib/index_tricks.py +++ b/numpy/lib/index_tricks.py @@ -294,7 +294,7 @@ class AxisConcatenator(object): objs.append(newobj) if not scalar and isinstance(newobj, _nx.ndarray): arraytypes.append(newobj.dtype) - + # Esure that scalars won't up-cast unless warranted final_dtype = find_common_type(arraytypes, scalartypes) if final_dtype is not None: -- cgit v1.2.1