Re: recursive method not reaching base case

2005-03-23 Thread possibilitybox
so obvious! thank you for helping me there. i knew it was simple, i just couldn't catch it. -- http://mail.python.org/mailman/listinfo/python-list

Re: recursive method not reaching base case

2005-03-23 Thread Robert Kern
possibilitybox wrote: i was working on implementing the original supermemo algorithm (see http://www.supermemo.com/english/ol/sm2.htm for a description of it) in a class, and i'd just finished up the first draft. it works for repetitions one and two, but on repetition three (you must manually incr

recursive method not reaching base case

2005-03-23 Thread possibilitybox
i was working on implementing the original supermemo algorithm (see http://www.supermemo.com/english/ol/sm2.htm for a description of it) in a class, and i'd just finished up the first draft. it works for repetitions one and two, but on repetition three (you must manually increment item.reps.) or h