You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Iterating self.new_columns to print the octopus merge dashes
does not work because the new_column indices are not necessarily
in the same order as their corresponding parents in the merge.
Offsetting into self.new_columns using self.commit_index breaks
when self.commit_index > len(self.new_columns)
addresses sambrightman#6
When I run this code, an error occurred.
This is the log.
Sometimes "asciidag" may succeed, which will print the right graph.
I have tested on python3.5.2, and it will pass when first run but failed afterward. I never success on python 3.9.2.
The text was updated successfully, but these errors were encountered: