fixed flagger bug.
Now giving an empty list to isFlagged return the correct result, an all-False series/dios. flagger.isFlagged(flag=[]) Before a nearly all-True data was returned, because of a call to notna(), that was not protected by the loop.
parent
375d773e
No related branches found
No related tags found
Please register or sign in to comment