Closed GoogleCodeExporter closed 8 years ago
Thanks. In the trunk the doctests now succeed for me, except sometimes csp.py
fails when min_conflicts search makes bad random choices. I've tested on OS X
and Ubuntu and back to Python 2.5 (though not on both), but there could be more
unportable doctests still.
The pylint run turned up a bug in unused code (which I just fixed in r43) and a
few style problems.
I'm leaving this open because of the intermittent csp failure and lack of
Windows testing.
Original comment by wit...@gmail.com
on 28 Aug 2011 at 9:52
Wow, thanks for the lightning fast turn-around! All working ("0 failed out of
387" on Python 2.7.1+, Ubuntu 11.04) after doing "svn update ./" then
re-running the doctests. Cheers. Andrew
Original comment by andrew.d...@gmail.com
on 29 Aug 2011 at 12:07
r30 using the downloaded data from aima-data failed with numerous errors using
Python 2.7.2 (on Windows 7).
Confirming that r43 in conjunction with latest checkout of aima-data passes all
387 tests (0 failures) using Python 2.7.2 on Windows 7.
Thanks!
Original comment by ego...@gmail.com
on 30 Aug 2011 at 5:41
Great! Closing because of the reported success on Windows, plus r48 for the csp
failure.
Original comment by wit...@gmail.com
on 1 Sep 2011 at 9:07
Original issue reported on code.google.com by
andrew.d...@gmail.com
on 25 Aug 2011 at 3:07