Commit 321cb437 authored by Dr.李's avatar Dr.李

fixed type bug

parent b5c7b1dd
......@@ -51,7 +51,7 @@ cpdef list groupby(long[:] groups):
deref(it).second.push_back(i)
for v in group_ids.values():
res.append(array(v))
res.append(array(v, dtype=np.int64))
return res
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment