Skip to content

Potential typo in interval_name.endswith("_gap") (should this be "_gaps"?) #210

@christopher-tanaka-code

Description

Noticed this line uses interval_name.endswith("_gap"), but in prompt_config.py seems to use "_gaps". This might be a small typo -- should it check for "_gaps" instead? If "_gap" is intentional, feel free to ignore or close. Just wanted to flag it.

is_gap = interval_name.endswith("_gap")

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