Skip to content

Type mismatch for tgt_coords between check_skip_move and check_critical_beams #37

Description

@xbb

The tgt_coords parameter in the check_skip_move function is annotated as list[StandardCoord] but check_critical_beams expects a single StandardCoord for the same parameter.

Inside check_critical_beams, nxt_coords is compared with tgt_coords, which will always evaluate to False because they are different types, list vs single item.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions