Closed GoogleCodeExporter closed 9 years ago
Hmm, I really have no idea why this happens.
Is that the full traceback?
Original comment by fredrik....@gmail.com
on 10 Sep 2009 at 4:44
No.
File "<string>", line 25, in __mul__
File "/home/nwagner/local/lib64/python2.6/site-packages/mpmath/mptypes.py", line
377, in convert
return matrix(x)
File "/home/nwagner/local/lib64/python2.6/site-packages/mpmath/matrices.py", line
324, in __init__
A = args[0].copy()
File "/home/nwagner/local/lib64/python2.6/site-packages/mpmath/matrices.py", line
584, in copy
new = matrix(self.__rows, self.__cols, force_type=self.force_type)
File "/home/nwagner/local/lib64/python2.6/site-packages/mpmath/matrices.py", line
299, in __init__
if isinstance(args[0], (list, tuple)):
RuntimeError: maximum recursion depth exceeded while calling a Python object
Original comment by nils...@googlemail.com
on 10 Sep 2009 at 6:04
Works for me with recent svn.
Original comment by nils...@googlemail.com
on 3 Feb 2010 at 7:23
Original comment by fredrik....@gmail.com
on 3 Feb 2010 at 8:48
Original issue reported on code.google.com by
nils...@googlemail.com
on 9 Sep 2009 at 7:50