+-------------------------- Pauli Virtanen -----------+
> Fri, 29 Jul 2011 10:52:12 +0200, Yoshi Rokuko wrote:
> [clip]
> >>>> A, B = mod.meth(C, prob=.95)
> > 
> > is it possible to return two arrays?
> 
> The way to do this in Python is to build a tuple with 
> Py_BuildValue("OO", A, B) and return that.

that seems to be it, thank you!
_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to