Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 2732 by [email protected]: pyplot error in doctests
http://code.google.com/p/sympy/issues/detail?id=2732
examples/advanced/dense_coding_example.py[?] Failed to import
[FAIL]
examples/advanced/fem.py[1] .
[OK]
examples/advanced/gibbs_phenomenon.py[2] ..
[OK]
________________________________________________________________________________
________ /users/ondrej/repos/sympy/sympy/physics/quantum/circuitplot.py
________
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/doctest.py",
line 203, in _normalize_module
return __import__(module, globals(), locals(), ["*"])
File "/Users/ondrej/repos/sympy/sympy/physics/quantum/circuitplot.py",
line 36, in <module>
pyplot = matplotlib.pyplot
AttributeError: 'module' object has no attribute 'pyplot'
________________________________________________________________________________
_____ /users/ondrej/repos/sympy/examples/advanced/dense_coding_example.py
______
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/doctest.py",
line 203, in _normalize_module
return __import__(module, globals(), locals(), ["*"])
File "/users/ondrej/repos/sympy/examples/advanced/dense_coding_example.py",
line 9, in <module>
from sympy.physics.quantum.circuitplot import circuit_plot
File "/Users/ondrej/repos/sympy/sympy/physics/quantum/circuitplot.py",
line 36, in <module>
pyplot = matplotlib.pyplot
AttributeError: 'module' object has no attribute 'pyplot'
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sympy-issues?hl=en.