X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=stack.py;fp=stack.py;h=458ec794bd7a33f32d967cb946a4c17d7e2db88f;hb=4b512400504fcac28c0ee85c804571c688696b85;hp=219a1ad013692e49429d85866950b1afe7e5cbf6;hpb=87214829798bca7e3eb853df4a27bcb918bb9f67;p=picoclvr.git diff --git a/stack.py b/stack.py index 219a1ad..458ec79 100755 --- a/stack.py +++ b/stack.py @@ -94,7 +94,7 @@ if __name__ == "__main__": # print(seq_to_str(seq[n], recorded_stack_counts[n])) print(seq_to_str(seq[n], nb_stacks=nb_stacks, nb_digits=nb_digits)) - print("-- TEST ------------------------------") + print("-- PREPARED FOR TEST -----------------") remove_popped_values(seq, nb_stacks, nb_digits)