Skip to content

Commit 83d22c5

Browse files
author
alexanderd
committed
usung np.hstack (refs #7598)
git-svn-id: http://isvn/svn/rep_IEP-I000261_LINUX-KERNEL/01_Entwicklung/trunk/10_Entwicklung/28_SW_Komponente_XCOM/30_IMPL/XCOM_Client_Python/dependencies/ixcom-public@12245 fa3a88b2-825e-5648-bb98-bb0d4e3c2968
1 parent d561361 commit 83d22c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ixcom/grep.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,4 @@ def iterate(buffer):
143143
yield add_time(np.frombuffer(current, dtype, count=1))
144144
except:
145145
return
146-
return list(iterate(buffer))
146+
return np.hstack(iterate(buffer))

0 commit comments

Comments
 (0)