Skip to content

OLTW Dixon unused parts #32

@sildater

Description

@sildater

def init_matrix(self):

it seems this initialization is never used.

another unused thing is Direction.BOTH it seems that select_new_direction only picks the other two. If the sequences match nicely, for instance for twice the same test sequence, the matches are doubled because every diagonal move is first a move in ref then in input direction, resulting in paths like this:

 [[0 1 2 3 3 4 4 5 5 6 6 7 7 8 8]
 [0 1 2 3 3 4 4 5 5 6 6 7 7 8 8]]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions