Closed
Description
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
Line 184 in 344a7e5