Skip to content

Should block ability to stumble into infinite while loop in percentile calculation for dff #1262

Closed
@EricThomson

Description

@EricThomson

When calculating dff there is a percentile calculation that has a try/except block in a while loop. If the exception is triggered every run, the while loop never breaks. 😱 I ran into this today. We should fix this design flaw

while err:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions