Skip to content

LIS Calculation #13

@lmxtdt

Description

@lmxtdt

In the section calculating LIS, I believe the line

            valid_pae = selected_pae[selected_pae <= 12]  # Apply the threshold

should be

            valid_pae = selected_pae[selected_pae < 12]  # Apply the threshold

because only nonzero transformed PAE values are used to calculate LIS.

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