thegooglecodearchive / mpmath

Automatically exported from code.google.com/p/mpmath
Other
0 stars 0 forks source link

AttributeError: 'MultiPrecisionArithmetic' object has no attribute 'LU_decomp' #172

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. python -i mpmath/mpmath/tests/runtests.py

2.
3.

What is the expected output? 

What do you see instead?

Traceback (most recent call last):
  File "mpmath/mpmath/tests/runtests.py", line 142, in <module>
    testit(importdir, testdir)
  File "mpmath/mpmath/tests/runtests.py", line 101, in testit
    module = __import__(name)
  File "/home/nwagner/svn/mpmath/mpmath/tests/test_linalg.py", line 8, in
<module>
    LU_decomp = mp.LU_decomp
AttributeError: 'MultiPrecisionArithmetic' object has no attribute 'LU_decomp'

What version of the product are you using? 
>>> mpmath.__version__
'0.13'

On what operating system?

Linux linux-mogv 2.6.31.5-0.1-default #1 SMP 2009-10-26 15:49:03 +0100
x86_64 x86_64 x86_64 GNU/Linux
Welcome to openSUSE 11.2 "Emerald" - Kernel \r (\l).

Please provide any additional information below.

Original issue reported on code.google.com by nils...@googlemail.com on 19 Dec 2009 at 7:17

GoogleCodeExporter commented 9 years ago
With most recent svn:

python -i svn/mpmath/mpmath/tests/runtests.py 
Traceback (most recent call last):                                  
  File "svn/mpmath/mpmath/tests/runtests.py", line 142, in <module> 
    testit(importdir, testdir)                                      
  File "svn/mpmath/mpmath/tests/runtests.py", line 101, in testit   
    module = __import__(name)                                       
  File "/home/nwagner/svn/mpmath/mpmath/tests/test_bitwise.py", line 5, in <module>
    from mpmath.libmp import *                                                     
ImportError: No module named libmp    

Original comment by nils...@googlemail.com on 14 Jan 2010 at 6:59

GoogleCodeExporter commented 9 years ago
I can't see any reason for these errors other than there being a problem with 
your
installation. Maybe importing mpmath does not import the version from
/home/nwagner/svn/mpmath/?

Original comment by fredrik....@gmail.com on 14 Jan 2010 at 9:31

GoogleCodeExporter commented 9 years ago
I cannot reproduce the problem with recent svn.

Original comment by nils...@googlemail.com on 3 Feb 2010 at 7:24

GoogleCodeExporter commented 9 years ago

Original comment by fredrik....@gmail.com on 3 Feb 2010 at 8:47