dummy text
ok, let's keep it.
>
> unary_actions was used by a one-off top-level script that apparently we deleted
> at some point. (It was used for some experiments, I forgot on what.) I think we
> can remove it.
>
> untyped_strips_preconditions and parse_typed should go.
all gone.
>
> popped_elements is meant for statistics and/or memory debugging. I'm not sure if
> we should remove it; it completes the interface of the class.
I fixed a bug in it (queue.queue -> self.queue) and will keep it.
>
> test_normalization is a test function whose use is currently commented out. It
> is useful for debugging this module and should stay. (In a better world, it
> would be a proper unit test -- maybe that can be added as a TODO.)
The world just got a little better ;) I added a py.test test for this.
|