What steps will reproduce the problem?
1. For failing test in mdp.py, the doctest output was wrong. Fixed the doctest
output.
2. For 5 failing tests for the stochastic processes, the tests were failing
because the expected output from ignoring the results was "Nothing" but the
tests were still printing out results. This was because the test
'present_results' was actually printing to standard output and the "ignore"
method does not work in suppressing the output.
The fix was to test the 'query' method instead of the 'present_results' method.
What is the expected output? What do you see instead?
Expected: All tests should pass
Saw: 6 Tests failed - one in mdp.py and 5 in text.py
What version of the product are you using? On what operating system?
Using the latest from svn as of 07/24/2010.
OS: Ubuntu 10.04
Please provide any additional information below.
The files with fixes are attached below.
Original issue reported on code.google.com by chandrak...@gmail.com on 25 Jul 2010 at 6:02
Original issue reported on code.google.com by
chandrak...@gmail.com
on 25 Jul 2010 at 6:02Attachments: