Comment #4 on issue 2252 by [email protected]: activate docstring examples
for symarray()
http://code.google.com/p/sympy/issues/detail?id=2252
Could someone tell me if they get the same output as I do?
>>> symarray('', 3)
array([_0, _1, _2], dtype=object)
Instead of
>>> symarray('', 3)
[_0, _1, _2]
As the examples suggest in the docstrings?
Besides that all the examples seem to be working correctly. So it is just a
matter of deciding if they should be skipped or not based on the
requirement of numpy being installed.
--
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.