Updates:
Status: Accepted
Labels: -EasyToFix Documentation
Comment #10 on issue 2252 by asmeurer: activate docstring examples for
symarray()
http://code.google.com/p/sympy/issues/detail?id=2252
One way to do it is to write the doctest as:
try:
import numpy
except ImportError: # This function requires numpy to work
pass
else:
<doctest>
Is that too convoluted?
Another option would be to implement our own directive to doctest to do
this.
--
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.