We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d55e015 commit d7b7a3eCopy full SHA for d7b7a3e
cypari2/convert.pyx
@@ -615,7 +615,7 @@ cpdef gen_to_python(Gen z):
615
elif t == t_VEC or t == t_COL:
616
return [gen_to_python(x) for x in z.python_list()]
617
elif t == t_VECSMALL:
618
- return z.python_list_small()
+ return z.python_list_small()
619
elif t == t_MAT:
620
nc = lg(g)-1
621
nr = 0 if nc == 0 else lg(gel(g,1))-1
0 commit comments