Use logging instead of prints in the test() function and the ObservedOnLineProblem class. This has the dual advantage of making the code more Python 2.x friendly (if anyone down the road decides to make it compatible) and of giving the client greater control over reporting.
Use logging instead of prints in the test() function and the ObservedOnLineProblem class. This has the dual advantage of making the code more Python 2.x friendly (if anyone down the road decides to make it compatible) and of giving the client greater control over reporting.