What happens to the flag window parameters?
We once introduced the option to repeat flags a tests sets, through the setFlags
parameters flag_after
and flag_before
. As I am not quite sure, how they will survive the transition to the new flagging scheme, I'd like to ask: What happens to this option?
In case, this is not decided yet, I think we should consider moving this option into a dedicated metod. Maybe something like repeatFlags(before: Union[IntegerWindow, FrequencyString], after: Union[IntegerWindow, FrequencyString])
.