Comment #26 on issue 2252 by [email protected]: activate docstring examples for symarray()
http://code.google.com/p/sympy/issues/detail?id=2252
I meant that warning message must be placed in final output of ./test/doctest utility:
============ tests finished: 499 passed, 1 failed, in 17.06 seconds ============
That is, if numpy is not installed, then test must inform about it here. E.g. somehow so:
============ tests finished: 499 passed, 1 failed, in 17.06 seconds ============ ============ warning: 5 tests are skipping, due to the "numpy" absence =========
Or something else (the enumaration of modules). -- 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.
