sparkfish/augraphy

Pipeline printing

xingjianz opened this issue · 2 comments

Small problem but the pipeline prints only the ink_phase as shown.

r = f"ink_phase = {repr(self.ink_phase)}\n\n"
r += f"paper_phase = {repr(self.ink_phase)}\n\n"
r += f"post_phase = {repr(self.ink_phase)}\n\n"

Thanks! I will fix this in the next update.

This is fixed in this pull request: #192.